mirror of
https://github.com/PyratLabs/ansible-role-k3s
synced 2025-01-06 09:40:19 +01:00
Skip downloads in check-mode
This commit is contained in:
parent
e5b9e5a78a
commit
730edbf6cb
2 changed files with 2 additions and 0 deletions
|
@ -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 a new issue