Skip downloads in check-mode

This commit is contained in:
Xan Manning 2021-05-27 19:31:28 +01:00
parent e5b9e5a78a
commit 730edbf6cb
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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