This commit is contained in:
Michael Grote 2024-09-27 16:54:15 +02:00
parent ea1de96fcd
commit faeea76825

View file

@ -9,7 +9,7 @@
force_basic_auth: true
loop: "{{ munin_node_plugins }}"
notify: restart munin-node
no_log: true
#no_log: true
check_mode: false # damit werden auch im check-mode die Plugins heruntergeladen, sonst schlägt der nächste Task fehl
- name: Enable additional plugins
@ -19,7 +19,7 @@
state: link
notify: restart munin-node
loop: "{{ munin_node_plugins }}"
no_log: true
#no_log: true
- name: Template additional plugin-config
ansible.builtin.copy:
@ -31,7 +31,7 @@
notify: restart munin-node
loop: "{{ munin_node_plugins }}"
when: item.config is defined
no_log: true
#no_log: true
- name: Ensure munin-node is running
ansible.builtin.service: