From ea303ee5c591dd4db78a5a6bd9e8149dc422058b Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Thu, 12 Sep 2024 14:39:44 +0200 Subject: [PATCH] ff --- roles/mgrote_munin_node/tasks/additional.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/mgrote_munin_node/tasks/additional.yml b/roles/mgrote_munin_node/tasks/additional.yml index 5ac6f83d..950f6cf5 100644 --- a/roles/mgrote_munin_node/tasks/additional.yml +++ b/roles/mgrote_munin_node/tasks/additional.yml @@ -6,10 +6,10 @@ mode: '0755' url_username: "{{ munin_node_plugins_repo_user | default(omit) }}" url_password: "{{ munin_node_plugins_repo_user_pass | default(omit) }}" - force_basic_auth: true #test + force_basic_auth: true loop: "{{ munin_node_plugins }}" notify: restart munin-node - #no_log: true TODO + 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