diff options
author | Russell Teague <rteague@redhat.com> | 2017-11-22 16:34:59 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-22 16:34:59 -0500 |
commit | 9a405010c5a656f89866906d29866ba98493e91b (patch) | |
tree | b9bcd798419a79a5517d9b1f6909f88f98179e7c /roles/contiv/tasks/netplugin.yml | |
parent | dbaf0dcd3c0b68da7e38ee098d9e6f8a4ed9e532 (diff) | |
parent | bf19d26f2be591b9cb4e3379c015bfe5f31b4f0a (diff) | |
download | openshift-9a405010c5a656f89866906d29866ba98493e91b.tar.gz openshift-9a405010c5a656f89866906d29866ba98493e91b.tar.bz2 openshift-9a405010c5a656f89866906d29866ba98493e91b.tar.xz openshift-9a405010c5a656f89866906d29866ba98493e91b.zip |
Merge pull request #6234 from mtnbikenc/include-deprecation-openshift-node
Include Deprecation - openshift-node
Diffstat (limited to 'roles/contiv/tasks/netplugin.yml')
-rw-r--r-- | roles/contiv/tasks/netplugin.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/roles/contiv/tasks/netplugin.yml b/roles/contiv/tasks/netplugin.yml index e861a2591..0b2f91bab 100644 --- a/roles/contiv/tasks/netplugin.yml +++ b/roles/contiv/tasks/netplugin.yml @@ -1,8 +1,8 @@ --- -- include: netplugin_firewalld.yml +- include_tasks: netplugin_firewalld.yml when: has_firewalld -- include: netplugin_iptables.yml +- include_tasks: netplugin_iptables.yml when: has_iptables - name: Netplugin | Ensure localhost entry correct in /etc/hosts @@ -19,7 +19,7 @@ line: '::1 ' state: absent -- include: ovs.yml +- include_tasks: ovs.yml when: netplugin_driver == "ovs" - name: Netplugin | Create Netplugin bin symlink |