From be121bee151f4cf4ca0a3d9aa4e018334bc1715b Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 25 Mar 2020 18:47:28 +0100 Subject: [PATCH] Explicitly state vars --- ansible/pre-deploy.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ansible/pre-deploy.yml b/ansible/pre-deploy.yml index a93cf7d..fc70a73 100644 --- a/ansible/pre-deploy.yml +++ b/ansible/pre-deploy.yml @@ -29,6 +29,16 @@ DOKKU_LETSENCRYPT_EMAIL: "{{ autonomic_admin_mail }}" - name: Symlink the authorized keys configuration + vars: + dat_root: "{{ dat_root }}" + http_mirror: "{{ http_mirror }}" + auto_letsencrypt: "{{ auto_letsencrypt }}" + dashboard: "{{ dashboard }}" + domain: "{{ domain }}" + webapi_username: "{{ webapi_username }}" + webapi_password: "{{ webapi_password }}" + http_port: "{{ http_port }}" + dats: "{{ dats }}" template: src: homebase.yml.j2 dest: /var/lib/.homebase.yml