diff options
author | Russell Teague <rteague@redhat.com> | 2017-08-11 15:39:57 -0400 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-08-11 15:39:57 -0400 |
commit | 5a385ea825a94b468db25684b5cfe6fb5dd28999 (patch) | |
tree | a42bfee6a71720b086852d82c2e77a9d4bb61c09 | |
parent | be7e7308764eebdc30ec14d5dfaa49faa7f41d6d (diff) | |
download | openshift-5a385ea825a94b468db25684b5cfe6fb5dd28999.tar.gz openshift-5a385ea825a94b468db25684b5cfe6fb5dd28999.tar.bz2 openshift-5a385ea825a94b468db25684b5cfe6fb5dd28999.tar.xz openshift-5a385ea825a94b468db25684b5cfe6fb5dd28999.zip |
Minor update to correct firewall play name
-rw-r--r-- | playbooks/common/openshift-cluster/initialize_firewall.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/playbooks/common/openshift-cluster/initialize_firewall.yml b/playbooks/common/openshift-cluster/initialize_firewall.yml index 7d7a427d4..f0374fbc7 100644 --- a/playbooks/common/openshift-cluster/initialize_firewall.yml +++ b/playbooks/common/openshift-cluster/initialize_firewall.yml @@ -1,7 +1,7 @@ --- -- name: Initialize host facts +- name: Initialize host firewall hosts: oo_all_hosts tasks: - - name: install and configure the proper firewall settings + - name: Install and configure the proper firewall settings include_role: name: os_firewall |