Add PAPI dependencies
[csit.git] / resources / tools / testbed-setup / ansible / roles / common / tasks / main.yaml
index 6844358..d735588 100644 (file)
@@ -9,9 +9,8 @@
   with_dict: "{{ proxy_env }}"
   when: proxy_env is defined
 
-- name: Ubuntu specific
-  import_tasks: ubuntu.yaml
-  when: ansible_distribution|lower == 'ubuntu'
+- name: Install distribution - release - machine prerequisites
+  include_tasks: '{{ ansible_distribution|lower }}_{{ ansible_distribution_release }}.yaml'
 
 - name: Set hostname
   hostname: