diff --git a/defaults/main.yml b/defaults/main.yml index d0b6880..45aebca 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -78,7 +78,7 @@ no_proxy_targets: trusted_ca_el_anchors_path: '/etc/pki/ca-trust/source/anchors' # it shoudn't be needed trusted_ca_letsencrypt_install: False -trusted_ca_letsencrypt_ca_certificates_url: https://letsencrypt.org/certificates/ +trusted_ca_letsencrypt_ca_certificates_url: https://letsencrypt.org/certs trusted_ca_letsencrypt_ca_files: - { ca: 'isrgrootx1.pem', name: 'isrg-root-x1' } - { ca: 'isrg-root-x2.pem', name: 'isrg-root-x2-not-cross' }