Make sure tempdirs are cleaned up after execution steps, fix notifiers, make sure

service module is installed by setup.py
This commit is contained in:
Michael DeHaan
2012-03-02 22:38:55 -05:00
parent 6541f338df
commit e4304a0ac5
4 changed files with 38 additions and 35 deletions

View File

@@ -4,7 +4,7 @@
- name: configure template & module variables for future template calls
action: setup http_port=80 max_clients=200
- name: write the apache config file
action: template src=/srv/httpd.j2 dest=/etc/httpd/conf
action: template src=/srv/httpd.j2 dest=/etc/httpd.conf
notify:
- restart apache
- name: ensure apache is running