Update example to use correct state name

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

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

Loading…
Cancel
Save