From 657be539343da13ea5e9333cc8662e27158f4fed Mon Sep 17 00:00:00 2001 From: Jaroslav Lichtblau Date: Mon, 4 Dec 2023 20:04:19 +0100 Subject: [PATCH] handlers notify example indentation fix (#915) --- docs/docsite/rst/playbook_guide/playbooks_handlers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/playbook_guide/playbooks_handlers.rst b/docs/docsite/rst/playbook_guide/playbooks_handlers.rst index 44a78a36f10..4d7c2d00a7a 100644 --- a/docs/docsite/rst/playbook_guide/playbooks_handlers.rst +++ b/docs/docsite/rst/playbook_guide/playbooks_handlers.rst @@ -33,7 +33,7 @@ This playbook, ``verify-apache.yml``, contains a single play with a handler. src: /srv/httpd.j2 dest: /etc/httpd.conf notify: - - Restart apache + - Restart apache - name: Ensure apache is running ansible.builtin.service: