Commit f39944b8 by Michael DeHaan

Update example to use correct service state; minor pep8 indent/spacing fixes

parent 24923c2e
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
# make sure httpd is running # make sure httpd is running
- name: httpd start - name: httpd start
action: service name=httpd state=started action: service name=httpd state=running
# handlers are only run when things change, at the very end of each # handlers are only run when things change, at the very end of each
# play. Let's define some. The names are significant and must # play. Let's define some. The names are significant and must
......
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