fix error in server activation
include mutliple tags (in firewall open port task)
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
yum:
|
||||
name: httpd
|
||||
state: latest
|
||||
|
||||
- name: conf httpd
|
||||
tags: httpd
|
||||
notify: reload httpd
|
||||
@@ -35,10 +36,9 @@
|
||||
service:
|
||||
name: httpd
|
||||
enabled: yes
|
||||
state: restarted
|
||||
|
||||
- name: open firewall port
|
||||
tags: httpd
|
||||
tags: [firewall,httpd]
|
||||
firewalld:
|
||||
service: http
|
||||
permanent: yes
|
||||
|
||||
Reference in New Issue
Block a user