diff --git a/docs/docsite/rst/user_guide/playbooks_reuse_includes.rst b/docs/docsite/rst/user_guide/playbooks_reuse_includes.rst index e0d8910a283..1ab3ab6a84f 100644 --- a/docs/docsite/rst/user_guide/playbooks_reuse_includes.rst +++ b/docs/docsite/rst/user_guide/playbooks_reuse_includes.rst @@ -75,7 +75,9 @@ Includes and imports can also be used in the ``handlers:`` section. For instance # more_handlers.yml - name: restart apache - service: name=apache state=restarted + service: + name: apache + state: restarted And in your main playbook file::