no log
Some checks failed
ci/woodpecker/push/gitleaks Pipeline was successful
ci/woodpecker/pr/gitleaks Pipeline was successful
ci/woodpecker/push/ansible-lint Pipeline failed
ci/woodpecker/pr/ansible-lint Pipeline failed

This commit is contained in:
Michael Grote 2024-04-03 16:48:09 +02:00
parent df193e7653
commit 696a0de9c3

View file

@ -6,7 +6,7 @@
mode: '0755'
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
@ -16,7 +16,7 @@
state: link
notify: restart munin-node
loop: "{{ munin_node_plugins }}"
# no_log: true
no_log: true
- name: copy additional plugin-config
ansible.builtin.copy:
@ -28,8 +28,7 @@
notify: restart munin-node
loop: "{{ munin_node_plugins }}"
when: item.config is defined
#no_log: true # wieder rien
no_log: true
- name: Ensure munin-node is running.
ansible.builtin.service: