ansible: delete 'debian' default user
[lttng-ci.git] / automation / ansible / roles / common / tasks / setup-RedHat.yml
1 ---
2 - name: Ensure common packages are installed.
3 dnf:
4 name: "{{ common_packages }}"
5 state: installed
This page took 0.031012 seconds and 4 git commands to generate.