You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/ignore_unreachable/test_with_bad_plugins.yml

25 lines
418 B
YAML

- 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: