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

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