Update playbooks_intro.rst (#50187)

pull/4420/head
Hans Melby 2018-12-20 13:13:52 +01:00 committed by Abhijeet Kasurde
parent 44e2cbe7b7
commit 8487f2feb4
1 changed files with 1 additions and 1 deletions

View File

@ -407,7 +407,7 @@ As of Ansible 2.2, handlers can also "listen" to generic topics, and tasks can n
- name: restart apache
service:
name: apache
state:restarted
state: restarted
listen: "restart web services"
tasks: