17bb4f4932
Provide toggle flag to allow display of unreachable task to stderr using default callback plugin. Fixes: #48069 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
6 lines
142 B
YAML
6 lines
142 B
YAML
- hosts: nonexistent
|
|
gather_facts: no
|
|
tasks:
|
|
- name: Test task for unreachable host
|
|
command: echo foo
|
|
ignore_errors: True
|