mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update example to use correct state name
This commit is contained in:
parent
f39944b89b
commit
f200a467e7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue