summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/callback_default/test_2.yml
blob: 2daded71e6d2e7a3a500c334043943aadb89c946 (plain)
1
2
3
4
5
6
- hosts: nonexistent
  gather_facts: no
  tasks:
    - name: Test task for unreachable host
      command: echo foo
      ignore_errors: True