Skip to content

Commit

Permalink
Merge pull request #524 from santilococo/fix/update_checksum_task
Browse files Browse the repository at this point in the history
fix: add check_mode to the checksum task
  • Loading branch information
gardar authored Jan 29, 2025
2 parents 31721cc + 584abfc commit 21f7346
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/_common/tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@

- name: "Verify checksum of {{ __common_binary_basename }}"
run_once: true
check_mode: false
when: (_common_checksums_url)
block:
- name: "Fetch checksum list for {{ __common_binary_basename }}"
Expand Down

0 comments on commit 21f7346

Please sign in to comment.