Rebase dependency;Comment out redundant logic
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-07-27 13:33:04 +02:00
parent d6234321d9
commit 8e75925b52
5 changed files with 19 additions and 10 deletions

View File

@ -8,6 +8,8 @@
- name: Download & install static binaries
ansible.builtin.get_url:
url: "{{ item.url }}"
url_username: "{{ item.username | default(omit) }}"
url_password: "{{ item.password | default(omit) }}"
dest: /usr/local/bin/{{ item.filename }}
owner: root
group: root