summaryrefslogtreecommitdiffstats
path: root/examples/playbooks/rule-role-name-path.yml
blob: 5fedae8508060a223ad4c840835d2e9e11cbdc6c (plain)
1
2
3
4
5
6
7
8
9
10
---
- name: Fixture for role-name[path] rule
  hosts: localhost
  roles:
    - subfolder/1st_role # 1st
    - role: subfolder/2nd_role # 2nd
  tasks:
    - name: Another
      ansible.builtin.import_role:
        name: subfolder/3rd_role # 3rd