Mentions 'meta: flush_handlers' task (#79542)

pull/79894/head
JaroslavKlech 3 years ago committed by GitHub
parent 07f1a1b7dc
commit d8dc76e134
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -176,11 +176,20 @@ This is the great culmination of embedded tests:
ansible.builtin.command: /usr/bin/take_out_of_pool {{ inventory_hostname }} ansible.builtin.command: /usr/bin/take_out_of_pool {{ inventory_hostname }}
delegate_to: 127.0.0.1 delegate_to: 127.0.0.1
roles: tasks:
- common - ansible.builtin.include_role:
- webserver name: "{{ item }}"
- apply_testing_checks 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: post_tasks:

Loading…
Cancel
Save