summaryrefslogtreecommitdiff
path: root/tests/fixtures/config/remote-action-modules/git/org_project/playbooks/unarchive-localhost.yaml
blob: 6406aaa11e2d1afada853c0501fa09344da7964e (plain)
1
2
3
4
5
6
7
8
9
10
11
- hosts: localhost
  roles:
    - unarchive-test-localhost

- hosts: 127.0.0.1
  roles:
    - unarchive-test-localhost

- hosts: "::1"
  roles:
    - unarchive-test-localhost