summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/include_import/test_role_recursion_fqcn.yml
blob: 13d8d2cbd26fc7e3df0c19965c310010a19b655f (plain)
1
2
3
4
5
6
7
- name: Test max recursion depth
  hosts: testhost

  tasks:
    - ansible.builtin.import_role:
        name: role1
        tasks_from: r1t01.yml