diff options
author | Russell Teague <rteague@redhat.com> | 2017-11-22 11:15:09 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-22 11:15:09 -0500 |
commit | df81cfca01b7633a95359ed6097a9dd2f7b72f84 (patch) | |
tree | 9a055d43d2cde3df5e5a9a028a281b2016d0d5a9 /roles/openshift_loadbalancer | |
parent | 012be35217f7415d50afe5e74b7e2e995feea6b5 (diff) | |
parent | 508ea5e5e6fff3010400ab90a15296426884f7f5 (diff) | |
download | openshift-df81cfca01b7633a95359ed6097a9dd2f7b72f84.tar.gz openshift-df81cfca01b7633a95359ed6097a9dd2f7b72f84.tar.bz2 openshift-df81cfca01b7633a95359ed6097a9dd2f7b72f84.tar.xz openshift-df81cfca01b7633a95359ed6097a9dd2f7b72f84.zip |
Merge pull request #6224 from mtnbikenc/include-deprecation-openshift-loadbalancer
Include Deprecation - openshift-loadbalancer
Diffstat (limited to 'roles/openshift_loadbalancer')
-rw-r--r-- | roles/openshift_loadbalancer/tasks/main.yml | 3 |
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 |