WIP: Setup of a mail server #9

Draft
otthorn wants to merge 151 commits from mailserver into master
Showing only changes of commit 486216b8ff - Show all commits

View file

@ -24,5 +24,5 @@
register: certbot_config
- name: Generate new certificates if the configuration changed
shell: "certbot certonly --non-interactive --config /etc/letsencrypt/conf.d/{{ certbot.certname }}.ini"
command: "certbot certonly --non-interactive --config /etc/letsencrypt/conf.d/{{ certbot.certname }}.ini"
when: certbot_config.changed