Add PAPI dependencies
[csit.git] / resources / tools / testbed-setup / ansible / roles / tg / tasks / main.yaml
1 ---
2 # file: roles/tg/tasks/main.yaml
3
4 - name: Install distribution - release - machine prerequisites
5   include_tasks: '{{ ansible_distribution|lower }}_{{ ansible_distribution_release }}.yaml'