no log
This commit is contained in:
parent
df193e7653
commit
696a0de9c3
1 changed files with 3 additions and 4 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue