mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update example to use correct service state; minor pep8 indent/spacing fixes
This commit is contained in:
parent
24923c2e17
commit
f39944b89b
3 changed files with 12 additions and 12 deletions
|
@ -54,7 +54,7 @@
|
|||
# make sure httpd is running
|
||||
|
||||
- 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
|
||||
# play. Let's define some. The names are significant and must
|
||||
|
|
Loading…
Reference in a new issue