소스 검색

Merge pull request #5073 from mtnbikenc/fix-firewall-play

Minor update to correct firewall play name
Russell Teague 7 년 전
부모
커밋
58c50844ad
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      playbooks/common/openshift-cluster/initialize_firewall.yml

+ 2 - 2
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