summaryrefslogtreecommitdiffstats
path: root/test/local-content/test-roles-success/roles/role2/tasks/main.yml
blob: a540cf1fa1eaf5ca869c184b0aff2e64283f68c5 (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_success:
- 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_success:
- name: Use local test plugin
  assert:
    that:
      - "'2' is b_test_success '12345'"