ansible: Update package installations to support EL aarch64
[lttng-ci.git] / automation / ansible / roles / babeltrace / tasks / main.yml
index cd37dff67394b7b1737579ff33e2d12f9395a318..177603ea415eced742d3d7517bc4cc2e2e0b9c38 100644 (file)
@@ -3,6 +3,7 @@
 - name: Include OS-specific variables.
   include_vars: "{{ item }}"
   with_first_found:
+    - "{{ ansible_distribution }}-{{ ansible_distribution_major_version }}-{{ ansible_architecture }}.yml"
     - "{{ ansible_distribution }}-{{ ansible_distribution_major_version }}.yml"
     - "{{ ansible_distribution }}.yml"
     - "{{ ansible_os_family }}.yml"
This page took 0.022555 seconds and 4 git commands to generate.