ansible: Add el9 nodes
[lttng-ci.git] / automation / ansible / roles / lttng-tools / tasks / setup-RedHat.yml
1 ---
2 - name: Ensure lttng-tools build dependencies are installed.
3 dnf:
4 name: "{{ lttng_tools_packages }}"
5 state: installed
This page took 0.029284 seconds and 4 git commands to generate.