Skip to content

Commit

Permalink
Mentions 'meta: flush_handlers' task (ansible#79542)
Browse files Browse the repository at this point in the history
(cherry picked from commit d8dc76e)
  • Loading branch information
JaroslavKlech authored and samccann committed Feb 2, 2023
1 parent cb6c51d commit 0b87330
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions docs/docsite/rst/reference_appendices/test_strategies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,20 @@ This is the great culmination of embedded tests:
ansible.builtin.command: /usr/bin/take_out_of_pool {{ inventory_hostname }}
delegate_to: 127.0.0.1
roles:
tasks:
- common
- webserver
- apply_testing_checks
- ansible.builtin.include_role:
name: "{{ item }}"
loop:
- common
- webserver
- name: run any notified handlers
ansible.builtin.meta: flush_handlers
- name: test the configuration
ansible.builtin.include_role:
name: apply_testing_checks
post_tasks:
Expand Down

0 comments on commit 0b87330

Please sign in to comment.