Fixed syntax error

This commit is contained in:
Jim Martens 2020-01-04 10:03:22 +01:00
parent 4811360170
commit 1a9243f86d
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
cmd: certbot --apache --non-interactive --keep-until-expiring --no-eff-mail --email {{ admin_mail }} --redirect --renew-with-new-domains --agree-tos -d {{ ci_domain }}
when: ansible_domain != 'dev'
- include: ssl-dev.yml
when ansible_domain == 'dev'
when: ansible_domain == 'dev'
- name: add drone https site
template:
src: etc/apache2/sites-available/ci_domain-le-ssl.conf.j2