Do not update the acme distribution by default.

This commit is contained in:
Andrea Dell'Amico 2023-06-26 10:37:50 +02:00
parent e836bfc871
commit 3f61a385d5
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
2 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
letsencrypt_acme_install: false
letsencrypt_acme_sh_install: '{{ letsencrypt_acme_install }}'
letsencrypt_acme_sh_git_install: true
letsencrypt_update_acme_distribution: true
letsencrypt_update_acme_distribution: false
letsencrypt_acme_sh_git_url: https://github.com/acmesh-official/acme.sh.git
letsencrypt_acme_sh_default_ca: 'letsencrypt'
letsencrypt_acme_user: acme

View File

@ -127,6 +127,7 @@
dest: "{{ letsencrypt_acme_git_dest_dir }}"
recursive: true
update: true
force: true
when: letsencrypt_update_acme_distribution
- name: Create the letsencrypt acme.sh directory tree