summaryrefslogtreecommitdiffstats
path: root/roles/role_includer/tasks/main.yml
blob: 1044236eace7d671736f79e9adc81e812c9530a5 (plain)
1
2
3
4
5
# This is not working in prestine ansible 2.4.3, needs a patch back-ported from upstream (patch released in February 2018)
- name: "Processing tasks in '{{ role_includer_tasks }}' from role '{{ role_includer_name }}'"
  include_role:
    name: "{{ role_includer_name }}"
    tasks_from: "{{ role_includer_tasks | default('main.yml') }}"