summaryrefslogtreecommitdiffstats
path: root/roles/contiv/tasks/netplugin.yml
diff options
context:
space:
mode:
authorRussell Teague <rteague@redhat.com>2017-11-22 14:07:08 -0500
committerRussell Teague <rteague@redhat.com>2017-11-22 14:07:08 -0500
commitbf19d26f2be591b9cb4e3379c015bfe5f31b4f0a (patch)
tree0a434c141abb0d6c4f672c7df3ac6aae468a638d /roles/contiv/tasks/netplugin.yml
parent71e090a7a301ffd5ccef6bb78a28bfae96130ce6 (diff)
downloadopenshift-bf19d26f2be591b9cb4e3379c015bfe5f31b4f0a.tar.gz
openshift-bf19d26f2be591b9cb4e3379c015bfe5f31b4f0a.tar.bz2
openshift-bf19d26f2be591b9cb4e3379c015bfe5f31b4f0a.tar.xz
openshift-bf19d26f2be591b9cb4e3379c015bfe5f31b4f0a.zip
Include Deprecation - openshift-node
Diffstat (limited to 'roles/contiv/tasks/netplugin.yml')
-rw-r--r--roles/contiv/tasks/netplugin.yml6
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