ansible: Add Alpine Linux support
[lttng-ci.git] / automation / ansible / roles / common / tasks / main.yml
index 82a7849b676c191cfed2dc5475f3c68634ea1e98..f756faa3a2cb507bc33a0fdb98785a621525c737 100644 (file)
@@ -15,6 +15,9 @@
 - include: setup-Debian.yml
   when: ansible_os_family == 'Debian'
 
+- include: setup-Alpine.yml
+  when: ansible_os_family == 'Alpine'
+
 - name: Create jenkins user
   user:
     name: 'jenkins'
This page took 0.022911 seconds and 4 git commands to generate.