7 lines
142 B
YAML
7 lines
142 B
YAML
|
- hosts: nonexistent
|
||
|
gather_facts: no
|
||
|
tasks:
|
||
|
- name: Test task for unreachable host
|
||
|
command: echo foo
|
||
|
ignore_errors: True
|