Add Ansible playbook for node configuration
[tridge/autocluster.git] / ansible / node / roles / build / tasks / main.yml
1 ---
2 - include_tasks: "{{ ansible_os_family | lower }}/{{ task }}.yml"
3   with_list:
4   - packages
5   - packaging_setup
6   loop_control:
7     loop_var: task