From a209ecbb8c7ab9234953189ca2e1c1c1ce7caa37 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Mon, 22 Oct 2018 19:47:52 +0200 Subject: [PATCH] Fix the letsencrypt task for apache, remove the conditional. --- apache/tasks/apache-letsencrypt.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/apache/tasks/apache-letsencrypt.yml b/apache/tasks/apache-letsencrypt.yml index c15a9dec..7384172d 100644 --- a/apache/tasks/apache-letsencrypt.yml +++ b/apache/tasks/apache-letsencrypt.yml @@ -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