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

- hosts: 127.0.0.1
  roles:
    - patch-test-localhost

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