add httpd to restart services
This commit is contained in:
parent
0d88e62fa9
commit
245d5bde58
1 changed files with 3 additions and 0 deletions
|
@ -11,3 +11,6 @@
|
|||
- name: restart iptables
|
||||
action: service name=iptables state=restarted
|
||||
|
||||
- name: restart httpd
|
||||
action: service name=httpd state=restarted
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue