forked from ISTI-ansible-roles/ansible-roles
Fix the letsencrypt task for apache, remove the conditional.
This commit is contained in:
parent
aa7b8ac9f2
commit
a209ecbb8c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue