Add PAPI dependencies
[csit.git] / resources / tools / testbed-setup / ansible / roles / tg / tasks / main.yaml
index 54001a7..f3f5d85 100644 (file)
@@ -1,6 +1,5 @@
 ---
 # file: roles/tg/tasks/main.yaml
 
-- name: Ubuntu specific
-  import_tasks: ubuntu_x86_64.yaml
-  when: ansible_distribution|lower == 'ubuntu' and ansible_machine == 'x86_64'
+- name: Install distribution - release - machine prerequisites
+  include_tasks: '{{ ansible_distribution|lower }}_{{ ansible_distribution_release }}.yaml'