summaryrefslogtreecommitdiffstats
path: root/test/local-content/test-roles-failed-complete/roles/role2/tasks/main.yml
blob: 8646f6ba8b98aab6732ed3e6977d3c015d24ff31 (plain)
1
2
3
4
5
6
7
8
9
10
11
---
- name: Use local module from other role that has been included before this one
  # If it has not been included before, loading this role fails!
  test_module_1_failed_complete:
- name: Use local module from other role that has been included before this one
  # If it has not been included before, loading this role fails!
  test_module_3_failed_complete:
- name: Use local test plugin
  assert:
    that:
      - "'2' is b_test_failed_complete '12345'"