Update indentation for example in playbooks_handlers.rst (#75348)

pull/77023/head
Preston Carman 3 years ago committed by GitHub
parent 3779c1f278
commit f82b1ba67c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -46,7 +46,7 @@ This playbook, ``verify-apache.yml``, contains a single play with a handler.
name: httpd
state: restarted
In this example playbook, the second task notifies the handler. A single task can notify more than one handler.
In this example playbook, the second task notifies the handler. A single task can notify more than one handler:
.. code-block:: yaml
@ -120,6 +120,7 @@ Handlers can also "listen" to generic topics, and tasks can notify those topics
.. code-block:: yaml
handlers:
- name: Restart memcached
ansible.builtin.service:

Loading…
Cancel
Save