jjb: Reduce output when downloading go during distrobuild
[lttng-ci.git] / automation / ansible / roles / cross-compilers / tasks / setup-RedHat.yml
1 ---
2 - name: Ensure cross-compilers packages are installed.
3 dnf:
4 name: "{{ cross_compilers_packages }}"
5 state: installed
This page took 0.029825 seconds and 4 git commands to generate.