Skip to content

Commit

Permalink
Add check_mode to the checksum task
Browse files Browse the repository at this point in the history
Signed-off-by: Santiago Lo Coco <[email protected]>
  • Loading branch information
santilococo committed Jan 28, 2025
1 parent 435495a commit c5f6255
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 @@ -90,6 +90,7 @@
return_content: true
status_code: [200, 203, 204, 206, 300, 301, 302, 303, 304, 307, 308]
follow_redirects: all
check_mode: false
register: __common_binary_checksums_raw

- name: "Parse checksum list for {{ __common_binary_basename }}"
Expand Down

0 comments on commit c5f6255

Please sign in to comment.