e21caf69f0c3d5ad086f2975194c9b8ad72814a1
[lttng-ci.git] / automation / ansible / roles / common / tasks / setup-RedHat.yml
1 ---
2 - name: Ensure common packages are installed.
3 dnf:
4 name: "{{ item }}"
5 state: installed
6 with_items: "{{ common_packages }}"
This page took 0.030883 seconds and 4 git commands to generate.