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 }