summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/strategy_linear/roles/role1/tasks/main.yml
blob: 51efd43ea68ad738ce7b50bedf88899f042e9346 (plain)
1
2
3
4
5
6
- name: Include tasks
  include_tasks: "tasks.yml"

- name: Mark role as finished
  set_fact:
    role1_complete: True