diff --git a/tasks/mysql-letsencrypt.yml b/tasks/mysql-letsencrypt.yml index 00e75d7..0cdb6b5 100644 --- a/tasks/mysql-letsencrypt.yml +++ b/tasks/mysql-letsencrypt.yml @@ -26,5 +26,5 @@ - 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 - when: letsencrypt_acme_sh_install is defined and letsencrypt_acme_sh_install | bool - tags: [ 'mysql', 'mariadb', 'letsencrypt', 'mysql_letsencrypt' ] \ No newline at end of file + when: letsencrypt_acme_install is defined and letsencrypt_acme_install | bool + tags: [ 'mysql', 'mariadb', 'letsencrypt', 'mysql_letsencrypt' ]