Replace letsencrypt_acme_sh_install with letsencrypt_acme_install.
This commit is contained in:
parent
7e4a050418
commit
4f581832ce
|
@ -26,5 +26,5 @@
|
||||||
- name: Install a script that fix the letsencrypt certificate for mysql and then reload the service
|
- name: Install a script that fix the letsencrypt certificate for mysql and then reload the service
|
||||||
copy: src=letsencrypt-mysql-hook.sh dest={{ letsencrypt_acme_sh_services_scripts_dir }}/mysql owner=root group=root mode=4555
|
copy: src=letsencrypt-mysql-hook.sh dest={{ letsencrypt_acme_sh_services_scripts_dir }}/mysql owner=root group=root mode=4555
|
||||||
|
|
||||||
when: letsencrypt_acme_sh_install is defined and letsencrypt_acme_sh_install | bool
|
when: letsencrypt_acme_install is defined and letsencrypt_acme_install | bool
|
||||||
tags: [ 'mysql', 'mariadb', 'letsencrypt', 'mysql_letsencrypt' ]
|
tags: [ 'mysql', 'mariadb', 'letsencrypt', 'mysql_letsencrypt' ]
|
||||||
|
|
Loading…
Reference in New Issue