From bcc0e96c5c14393c23935a87bab9eace82f4d613 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Mon, 28 Oct 2019 12:49:15 +0100 Subject: [PATCH] CentOS: use the acme.sh role. --- library/bootstrap-roles/centos-common/meta/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/bootstrap-roles/centos-common/meta/main.yml b/library/bootstrap-roles/centos-common/meta/main.yml index 765d3996..602329cf 100644 --- a/library/bootstrap-roles/centos-common/meta/main.yml +++ b/library/bootstrap-roles/centos-common/meta/main.yml @@ -7,5 +7,5 @@ dependencies: - role: '../../library/centos/roles/firewalld' - role: '../../library/centos/roles/fail2ban' - { role: '../../library/roles/cloud-init', when: ansible_product_name == "oVirt Node" } - - { role: '../../library/centos/roles/letsencrypt-acmetool-client', when: letsencrypt_acme_install } + - { role: '../../library/roles/letsencrypt-acme-sh-client', when: letsencrypt_acme_sh_install is defined and letsencrypt_acme_sh_install } - { role: '../../library/centos/roles/prometheus-node-exporter', when: prometheus_enabled }