ansible: Install compilers on sles nodes
[lttng-ci.git] / automation / ansible / roles / compilers / tasks / main.yml
index 77edc5b2bd8f2688138388a6120de56ed56a6e1d..099aa34183f1b57af519a49ada3b67fcd5a07e55 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.022213 seconds and 4 git commands to generate.