diff options
| author | Russell Teague <rteague@redhat.com> | 2017-12-05 08:32:01 -0500 |
|---|---|---|
| committer | Russell Teague <rteague@redhat.com> | 2017-12-05 08:32:01 -0500 |
| commit | 327133e91e2a3d77a473788a1b12224d0004349a (patch) | |
| tree | f90a81f861fa76e3c6cc81423b2c0670a42b8664 | |
| parent | 411235245c903be9e12790444f2f4cfae5ca7ef0 (diff) | |
Remove duplicate init import in network_manager.yml
| -rw-r--r-- | playbooks/openshift-node/private/network_manager.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/playbooks/openshift-node/private/network_manager.yml b/playbooks/openshift-node/private/network_manager.yml index 7211787be..39640345f 100644 --- a/playbooks/openshift-node/private/network_manager.yml +++ b/playbooks/openshift-node/private/network_manager.yml @@ -1,6 +1,4 @@ --- -- import_playbook: ../../init/evaluate_groups.yml - - name: Install and configure NetworkManager hosts: oo_all_hosts become: yes |
