From f8e52a7381f8995a4869f636370ed8dfa0846614 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 6 Apr 2020 13:07:59 +0200 Subject: [PATCH] Drop TLS stuff for now --- ansible/pre-deploy.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/ansible/pre-deploy.yml b/ansible/pre-deploy.yml index 05eca95..73eda20 100644 --- a/ansible/pre-deploy.yml +++ b/ansible/pre-deploy.yml @@ -63,5 +63,3 @@ config: DOKKU_LETSENCRYPT_EMAIL: "{{ autonomic_admin_mail }}" JEKYLL_PORT: "{{ http_port }}" - JEKYLL_SSL_CERT: "{{ ssl_cert_path }}" - JEKYLL_SSL_KEY: "{{ ssl_key_path }}"