Skip to content

Commit

Permalink
handlers notify example indentation fix (#915)
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlemodry committed Dec 4, 2023
1 parent f1fe1d4 commit 657be53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docsite/rst/playbook_guide/playbooks_handlers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 657be53

Please sign in to comment.