ansible/test/integration/targets/callback_default/test_2.yml
Abhijeet Kasurde 17bb4f4932 default: callback plugin allow unreachable task to stderr (#50533)
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>
2019-01-09 11:43:59 -05:00

6 lines
142 B
YAML

- hosts: nonexistent
gather_facts: no
tasks:
- name: Test task for unreachable host
command: echo foo
ignore_errors: True