summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/ignore_unreachable/test_base_cannot_connect.yml
blob: 931c82bf3a047ee40361390d96ca84c7e722728f (plain)
1
2
3
4
5
- hosts: [localhost, nonexistent]
  gather_facts: false
  tasks:
    - name: Hi
      ping: