From ff38d34c60c062575f5098475010ecb421532df2 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 13 Apr 2020 19:17:22 +0200 Subject: [PATCH] Always run https --- plays/lib/prepare.yml | 6 +----- plays/post_deploy.yml | 1 - 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/plays/lib/prepare.yml b/plays/lib/prepare.yml index 201d366..97f55ef 100644 --- a/plays/lib/prepare.yml +++ b/plays/lib/prepare.yml @@ -1,10 +1,6 @@ --- -# Note(decentral1se): to avoid exploding when we import the config.yml from the -# end-user, we spoof out variables that are referenced there but not populated -# already (due to the order of the tasks we define for our deployment steps) -- name: Export variable placeholders +- name: Export internal variable placeholders set_fact: - https: true dokku_mariadb_db_addr: "dokku-mariadb-{{ app }}" dokku_mariadb_db_user: "mariadb" dokku_hostname: "{{ lookup('file', '/home/dokku/HOSTNAME') }}" diff --git a/plays/post_deploy.yml b/plays/post_deploy.yml index f76bd02..f3d0de0 100644 --- a/plays/post_deploy.yml +++ b/plays/post_deploy.yml @@ -19,7 +19,6 @@ - name: Include https tasks include: ./lib/https.yml - when: https - name: Include proxy tasks include: ./lib/proxy.yml