From 8487f2feb46e07d14011b7f18b947759e1098ace Mon Sep 17 00:00:00 2001 From: Hans Melby Date: Thu, 20 Dec 2018 13:13:52 +0100 Subject: [PATCH] Update playbooks_intro.rst (#50187) --- docs/docsite/rst/user_guide/playbooks_intro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/user_guide/playbooks_intro.rst b/docs/docsite/rst/user_guide/playbooks_intro.rst index 09d9a63d22..818b9b7c99 100644 --- a/docs/docsite/rst/user_guide/playbooks_intro.rst +++ b/docs/docsite/rst/user_guide/playbooks_intro.rst @@ -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: