dd
This commit is contained in:
parent
cc11ccfe4e
commit
5dd3698353
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
||||||
url: "{{ item.src }}"
|
url: "{{ item.src }}"
|
||||||
dest: "{{ munin_plugin_src_path }}{{ item.name }}"
|
dest: "{{ munin_plugin_src_path }}{{ item.name }}"
|
||||||
mode: '0755'
|
mode: '0755'
|
||||||
url_username: "{{ munin_node_plugins_repo_user | default ()}}"
|
url_username: "{{ munin_node_plugins_repo_user | default(omit) }}"
|
||||||
url_password: "{{ munin_node_plugins_repo_user_pass | default ()}}"
|
url_password: "{{ munin_node_plugins_repo_user_pass | default(omit) }}"
|
||||||
loop: "{{ munin_node_plugins }}"
|
loop: "{{ munin_node_plugins }}"
|
||||||
notify: restart munin-node
|
notify: restart munin-node
|
||||||
#no_log: true TODO
|
#no_log: true TODO
|
||||||
|
|
Loading…
Reference in a new issue