ansible: Add el8 packages
[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.032194 seconds and 5 git commands to generate.