ansible: Add SLES nodes
[lttng-ci.git] / automation / ansible / roles / liburcu / tasks / main.yml
index f33db15952ad9afc710156049242134b08a3512f..6bceb9be97249e657dfc1dc6d67dc894d97015d3 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.025378 seconds and 4 git commands to generate.