summaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
authorRussell Teague <rteague@redhat.com>2017-08-11 15:39:57 -0400
committerRussell Teague <rteague@redhat.com>2017-08-11 15:39:57 -0400
commit5a385ea825a94b468db25684b5cfe6fb5dd28999 (patch)
treea42bfee6a71720b086852d82c2e77a9d4bb61c09 /playbooks
parentbe7e7308764eebdc30ec14d5dfaa49faa7f41d6d (diff)
downloadopenshift-5a385ea825a94b468db25684b5cfe6fb5dd28999.tar.gz
openshift-5a385ea825a94b468db25684b5cfe6fb5dd28999.tar.bz2
openshift-5a385ea825a94b468db25684b5cfe6fb5dd28999.tar.xz
openshift-5a385ea825a94b468db25684b5cfe6fb5dd28999.zip
Minor update to correct firewall play name
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/common/openshift-cluster/initialize_firewall.yml4
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