summaryrefslogtreecommitdiffstats
path: root/test/local-content/test-roles-failed/test.yml
blob: 08ff0f607bd1d67b8e1fa420988823aed2205303 (plain)
1
2
3
4
5
6
7
---
- name: Use roles with local module in wrong order, so that Ansible fails
  hosts: localhost
  roles:
    - role2
    - role3
    - role1