summaryrefslogtreecommitdiffstats
path: root/roles/openshift_loadbalancer
diff options
context:
space:
mode:
authorRussell Teague <rteague@redhat.com>2017-11-22 09:51:43 -0500
committerRussell Teague <rteague@redhat.com>2017-11-22 09:51:43 -0500
commit508ea5e5e6fff3010400ab90a15296426884f7f5 (patch)
tree69976062483e95bdc21423d1f4670634a8049809 /roles/openshift_loadbalancer
parent4f83051b3b7c80e3ad71fc28108cd1fc3646b385 (diff)
downloadopenshift-508ea5e5e6fff3010400ab90a15296426884f7f5.tar.gz
openshift-508ea5e5e6fff3010400ab90a15296426884f7f5.tar.bz2
openshift-508ea5e5e6fff3010400ab90a15296426884f7f5.tar.xz
openshift-508ea5e5e6fff3010400ab90a15296426884f7f5.zip
Include Deprecation - openshift-loadbalancer
Diffstat (limited to 'roles/openshift_loadbalancer')
-rw-r--r--roles/openshift_loadbalancer/tasks/main.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/roles/openshift_loadbalancer/tasks/main.yml b/roles/openshift_loadbalancer/tasks/main.yml
index 69b061fc5..c87a327a4 100644
--- a/roles/openshift_loadbalancer/tasks/main.yml
+++ b/roles/openshift_loadbalancer/tasks/main.yml
@@ -1,7 +1,6 @@
---
- name: setup firewall
- include: firewall.yml
- static: yes
+ import_tasks: firewall.yml
- name: Install haproxy
package: name=haproxy state=present