summaryrefslogtreecommitdiffstats
path: root/ansible/node/roles/build/tasks/main.yml
blob: 5e6cd27a1cb5d49ede35debd5b6f44658c2d963e (plain)
1
2
3
4
5
6
7
---
- include_tasks: "{{ ansible_os_family | lower }}/{{ task }}.yml"
  with_list:
  - packages
  - packaging_setup
  loop_control:
    loop_var: task