ansible: Add SLES nodes
[lttng-ci.git] / automation / ansible / roles / babeltrace / tasks / main.yml
index cd629faca843ac47fbe3f21d9b84223cfa6f243d..2967331fb9598a66cba280482b16ade7ba3d6ccf 100644 (file)
@@ -14,3 +14,9 @@
 
 - include: setup-Debian.yml
   when: ansible_os_family == 'Debian'
+
+- include: setup-Alpine.yml
+  when: ansible_os_family == 'Alpine'
+
+- include: setup-Suse.yml
+  when: ansible_os_family == 'Suse'
This page took 0.024465 seconds and 4 git commands to generate.