Fix the letsencrypt task for apache, remove the conditional.

This commit is contained in:
Andrea Dell'Amico 2018-10-22 19:47:52 +02:00
parent aa7b8ac9f2
commit a209ecbb8c
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@
- name: Install the apache letsencrypt directives on trusty
template: src={{ item }}.j2 dest=/etc/apache2/conf-available/{{ item }} owner=root group=root mode=0644
with_items: '{{ apache_letsencrypt_proxy_conf }}'
when: is_trusty
notify: apache2 reload
- name: Enable the apache letsencrypt directives on trusty