summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/meta_tasks/test_end_host_all.yml
blob: dab5e881fa47de7a61a0bcf68863a70a4690e04e (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:

    - meta: end_host

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