1
0
Fork 0
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:
Michael DeHaan 2012-03-15 23:11:09 -04:00
parent f39944b89b
commit f200a467e7

View file

@ -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: