ansible: Install prometheus metrics plugin on Jenkins servers
[lttng-ci.git] / automation / ansible / roles / common-node / tasks / setup-RedHat.yml
... / ...
CommitLineData
1---
2- name: Ensure common_node packages are installed.
3 dnf:
4 name: "{{ common_node_packages }}"
5 state: installed
6 install_weak_deps: false
This page took 0.022545 seconds and 5 git commands to generate.