mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-24 04:15:04 -02:30
Added download_validate_certs option which allows to disables SSL validation for file downloads
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
sha256sum: "{{download.sha256 | default(omit)}}"
|
||||
owner: "{{ download.owner|default(omit) }}"
|
||||
mode: "{{ download.mode|default(omit) }}"
|
||||
validate_certs: "{{ download_validate_certs }}"
|
||||
register: get_url_result
|
||||
until: "'OK' in get_url_result.msg or 'file already exists' in get_url_result.msg"
|
||||
retries: 4
|
||||
|
||||
Reference in New Issue
Block a user