From a0ab1647d8955f1ad1756a9a06fab01b0953f856 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 25 Mar 2020 18:49:29 +0100 Subject: [PATCH] Doesn't seem to like that actually --- ansible/pre-deploy.yml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/ansible/pre-deploy.yml b/ansible/pre-deploy.yml index fc70a73..49c267c 100644 --- a/ansible/pre-deploy.yml +++ b/ansible/pre-deploy.yml @@ -28,20 +28,10 @@ config: 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 }}" + - name: Copy over the homebase configuration file template: src: homebase.yml.j2 - dest: /var/lib/.homebase.yml + dest: /var/lib/homebase/.homebase.yml owner: dokku group: dokku become: true