Merge changes Id71304b1,I57257be3
[lttng-ci.git] / automation / ansible / roles / binutils-gdb / tasks / setup-RedHat.yml
1 ---
2 - name: Ensure binutils_gdb build dependencies are installed.
3 dnf:
4 name: "{{ binutils_gdb_packages }}"
5 state: installed
This page took 0.029794 seconds and 4 git commands to generate.