1
0
Fork 0
jitsi-quick/roles/telegraf/tasks/centos.yml
2022-11-04 00:12:37 +01:00

8 Zeilen
201 B
YAML

- name: Update cache and install a list of COMMON packages with a list variable
ansible.builtin.yum:
name: "{{ packages }}"
update_cache: true
vars:
packages:
- telegraf
- wget