From 3f61a385d582fa453622b97660a099c0084e2823 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Mon, 26 Jun 2023 10:37:50 +0200 Subject: [PATCH] Do not update the acme distribution by default. --- defaults/main.yml | 2 +- tasks/main.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index 76abd62..b7f3fe3 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -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 diff --git a/tasks/main.yml b/tasks/main.yml index 80cbef1..21553db 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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