Commit f200a467 by Michael DeHaan

Update example to use correct state name

parent f39944b8
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment