mirror of
https://github.com/PyratLabs/ansible-role-k3s.git
synced 2025-01-10 19:47:56 +01:00
Skip downloads in check-mode
This commit is contained in:
parent
e5b9e5a78a
commit
730edbf6cb
@ -16,3 +16,4 @@
|
||||
mode: 0644
|
||||
loop: "{{ k3s_server_manifests_urls }}"
|
||||
become: "{{ k3s_become_for_directory_creation | ternary(true, false, k3s_become_for_all) }}"
|
||||
when: not ansible_check_mode
|
||||
|
@ -16,3 +16,4 @@
|
||||
mode: 0644
|
||||
loop: "{{ k3s_server_pod_manifests_urls }}"
|
||||
become: "{{ k3s_become_for_directory_creation | ternary(true, false, k3s_become_for_all) }}"
|
||||
when: not ansible_check_mode
|
||||
|
Loading…
Reference in New Issue
Block a user