set rate-limit higher and let... #177

Merged
mg merged 13 commits from svc_user into master 2024-09-12 15:20:53 +02:00
Showing only changes of commit 5dd3698353 - Show all commits

View file

@ -4,8 +4,8 @@
url: "{{ item.src }}"
dest: "{{ munin_plugin_src_path }}{{ item.name }}"
mode: '0755'
url_username: "{{ munin_node_plugins_repo_user | default ()}}"
url_password: "{{ munin_node_plugins_repo_user_pass | default ()}}"
url_username: "{{ munin_node_plugins_repo_user | default(omit) }}"
url_password: "{{ munin_node_plugins_repo_user_pass | default(omit) }}"
loop: "{{ munin_node_plugins }}"
notify: restart munin-node
#no_log: true TODO