ansible: Add Alpine Linux support
[lttng-ci.git] / automation / ansible / roles / cross-compilers / tasks / main.yml
index 7a9543146dfd7aa18c469c2c3dfc134d0faea58a..071456aab3ae0d12a4a2324cf93b1a8d81c77076 100644 (file)
@@ -14,3 +14,6 @@
 
 - include: setup-Debian.yml
   when: ansible_os_family == 'Debian'
+
+- include: setup-Alpine.yml
+  when: ansible_os_family == 'Alpine'
This page took 0.022442 seconds and 4 git commands to generate.