Skip to content

Commit

Permalink
Mentions 'meta: flush_handlers' task (ansible#79542)
Browse files Browse the repository at this point in the history
  • Loading branch information
JaroslavKlech committed Feb 2, 2023
1 parent 07f1a1b commit d8dc76e
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 d8dc76e

Please sign in to comment.