ansible: Add Alpine Linux support
[lttng-ci.git] / automation / ansible / roles / liburcu / tasks / main.yml
index 867decbb50de78d7599b4d718bfe7b1c90ab580e..f33db15952ad9afc710156049242134b08a3512f 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.022549 seconds and 4 git commands to generate.