Skip to content

Commit

Permalink
Enable cert validation for openssl download
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 authored Jan 5, 2024
1 parent afe5c89 commit 73b7a73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
dest: /tmp/openssl-{{ openssl_latest }}.tar.gz
force: no
mode: 0755
validate_certs: no
validate_certs: yes
when:
- (ansible_distribution == "RedHat" or ansible_distribution == "CentOS" or ansible_distribution == "Ubuntu" or ansible_distribution == "SLES")
- ansible_architecture == "x86_64"
Expand Down

0 comments on commit 73b7a73

Please sign in to comment.