jjb: babeltrace: use clang-format-16
[lttng-ci.git] / automation / ansible / roles / cross-compilers / tasks / setup-Alpine.yml
index 64f96daf68767081c2cd1d9a547d7913ad27244e..a2162313de0d094875c30d640291c9c21e8da041 100644 (file)
@@ -3,4 +3,5 @@
   apk: update_cache=yes
 
 - name: Ensure cross-compilers packages are installed.
+  when: cross_compilers_install|default(true)
   apk: "name={{ cross_compilers_packages }} state=present"
This page took 0.024237 seconds and 4 git commands to generate.