Skip to content

Commit

Permalink
Skip downloads in check-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
xanmanning committed May 27, 2021
1 parent e5b9e5a commit 730edbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions tasks/build/preconfigure-k3s-static-pod-manifests-urls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 730edbf

Please sign in to comment.