summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/meta_tasks/test_end_host_all_fqcn.yml
blob: 78b5a2e9c8811d17223bc232b1202fe27a93880b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
- name: "Testing end_host all hosts with strategy={{ test_strategy | default('linear') }}"
  hosts:
    - testhost
    - testhost2
  gather_facts: no
  strategy: "{{ test_strategy | default('linear') }}"
  tasks:
    - debug:

    - ansible.builtin.meta: end_host

    - debug:
        msg: "play not ended {{ inventory_hostname }}"