summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/ignore_unreachable/test_with_bad_plugins.yml
blob: 5d62f19973de1cbd64a8348d49fc4f98fc5de512 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
- hosts: bad_put_file
  gather_facts: false
  ignore_unreachable: true
  tasks:
    - name: Hi
      ping:
- hosts: bad_put_file
  gather_facts: true
  ignore_unreachable: true
  tasks:
    - name: Hi
      ping:
- hosts: bad_exec
  gather_facts: false
  ignore_unreachable: true
  tasks:
    - name: Hi
      ping:
- hosts: bad_exec
  gather_facts: true
  ignore_unreachable: true
  tasks:
    - name: Hi
      ping: