⚡: install all munin packages in one go
This commit is contained in:
@@ -18,10 +18,9 @@
|
||||
|
||||
- name: Install munin node packages
|
||||
ansible.builtin.package:
|
||||
name: "{{ item }}"
|
||||
name: "{{ muninpkgs }}"
|
||||
state: present
|
||||
update_cache: true
|
||||
loop: "{{ muninpkgs }}"
|
||||
|
||||
- name: Put munin-node configuration file
|
||||
ansible.builtin.template:
|
||||
|
Reference in New Issue
Block a user