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: