Update example to use correct state name

pull/70/head
Michael DeHaan 12 years ago
parent f39944b89b
commit f200a467e7

@ -19,7 +19,7 @@
notify:
- restart apache
- name: ensure apache is running
action: service name=httpd state=started
action: service name=httpd state=running
- name: pointless test action
action: command /bin/echo {{ http_port }}
handlers:

Loading…
Cancel
Save