ansible: Add javac to el nodes
[lttng-ci.git] / automation / ansible / roles / common / tasks / setup-RedHat.yml
CommitLineData
3ea0152b
MJ
1---
2- name: Ensure common packages are installed.
936c5014 3 dnf:
58e747d8 4 name: "{{ common_packages }}"
3ea0152b 5 state: installed
5ce3d118 6 install_weak_deps: false
This page took 0.026736 seconds and 4 git commands to generate.