ansible: Add ccache to binutils-gdb role
[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.031001 seconds and 4 git commands to generate.