mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update playbooks_intro.rst (#50187)
This commit is contained in:
parent
44e2cbe7b7
commit
8487f2feb4
1 changed files with 1 additions and 1 deletions
|
@ -407,7 +407,7 @@ As of Ansible 2.2, handlers can also "listen" to generic topics, and tasks can n
|
||||||
- name: restart apache
|
- name: restart apache
|
||||||
service:
|
service:
|
||||||
name: apache
|
name: apache
|
||||||
state:restarted
|
state: restarted
|
||||||
listen: "restart web services"
|
listen: "restart web services"
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
|
Loading…
Reference in a new issue