add httpd to restart services

This commit is contained in:
Seth Vidal 2012-10-08 20:34:20 +00:00
parent 0d88e62fa9
commit 245d5bde58

View file

@ -11,3 +11,6 @@
- name: restart iptables - name: restart iptables
action: service name=iptables state=restarted action: service name=iptables state=restarted
- name: restart httpd
action: service name=httpd state=restarted