ansible: Force dpkg configuration during release upgrades
[lttng-ci.git] / automation / ansible / roles / lttng-modules / tasks / setup-RedHat.yml
1 ---
2 - name: Ensure lttng-modules build dependencies are installed.
3 dnf:
4 name: "{{ lttng_modules_packages }}"
5 state: installed
This page took 0.030369 seconds and 4 git commands to generate.