diff options
author | Russell Teague <rteague@redhat.com> | 2017-08-14 09:53:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-14 09:53:28 -0400 |
commit | 58c50844ad6ffe1162322c2d8d621104f750cbc7 (patch) | |
tree | 41afd3726c6dd0b1b3025353a0b7eb9a318fe5b8 /playbooks | |
parent | e4fc73cc110d4bf29fccc2481db0d2a32729ab28 (diff) | |
parent | 5a385ea825a94b468db25684b5cfe6fb5dd28999 (diff) | |
download | openshift-58c50844ad6ffe1162322c2d8d621104f750cbc7.tar.gz openshift-58c50844ad6ffe1162322c2d8d621104f750cbc7.tar.bz2 openshift-58c50844ad6ffe1162322c2d8d621104f750cbc7.tar.xz openshift-58c50844ad6ffe1162322c2d8d621104f750cbc7.zip |
Merge pull request #5073 from mtnbikenc/fix-firewall-play
Minor update to correct firewall play name
Diffstat (limited to 'playbooks')
-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 |