summaryrefslogtreecommitdiff
path: root/docs/docsite/rst/playbook_guide/playbooks_blocks.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docsite/rst/playbook_guide/playbooks_blocks.rst')
-rw-r--r--docs/docsite/rst/playbook_guide/playbooks_blocks.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docsite/rst/playbook_guide/playbooks_blocks.rst b/docs/docsite/rst/playbook_guide/playbooks_blocks.rst
index 805045daa3..947d106022 100644
--- a/docs/docsite/rst/playbook_guide/playbooks_blocks.rst
+++ b/docs/docsite/rst/playbook_guide/playbooks_blocks.rst
@@ -154,7 +154,7 @@ You can use blocks with ``flush_handlers`` in a rescue task to ensure that all h
ansible.builtin.debug:
msg: 'I execute normally'
changed_when: true
- notify: run me even after an error
+ notify: Run me even after an error
- name: Force a failure
ansible.builtin.command: /bin/false