mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
typo in handlers example yaml
This commit is contained in:
parent
556799a7c4
commit
d04bd04f80
1 changed files with 1 additions and 1 deletions
|
@ -343,7 +343,7 @@ Includes can also be used in the 'handlers' section, for instance, if you
|
||||||
want to define how to restart apache, you only have to do that once for all
|
want to define how to restart apache, you only have to do that once for all
|
||||||
of your playbooks. You might make a handlers.yml that looks like::
|
of your playbooks. You might make a handlers.yml that looks like::
|
||||||
|
|
||||||
----
|
---
|
||||||
# this might be in a file like handlers/handlers.yml
|
# this might be in a file like handlers/handlers.yml
|
||||||
- name: restart apache
|
- name: restart apache
|
||||||
action: service name=apache state=restarted
|
action: service name=apache state=restarted
|
||||||
|
|
Loading…
Reference in a new issue