Merge branch 'master' of /git/ansible

This commit is contained in:
Kevin Fenzi 2013-06-07 20:20:11 +00:00
commit a49d86841d

View file

@ -9,7 +9,9 @@
- packages
- name: set apache running/enabled
service: name=httpd state=running enabled=yes
service: name=httpd enabled=yes
notify:
- restart apache
tags:
- service