ansible: Add SLES nodes
[lttng-ci.git] / automation / ansible / roles / lttng-ust / tasks / main.yml
index 6eab757bef9e1f4b6f78e7afaa90cba0b7b07df7..38990331cfb9f733215a30eb89ab2912d1e6b470 100644 (file)
@@ -17,3 +17,6 @@
 
 - include: setup-Alpine.yml
   when: ansible_os_family == 'Alpine'
+
+- include: setup-Suse.yml
+  when: ansible_os_family == 'Suse'
This page took 0.023226 seconds and 4 git commands to generate.