Doesn't seem to like that actually

This commit is contained in:
Luke Murphy 2020-03-25 18:49:29 +01:00
parent be121bee15
commit a0ab1647d8
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 2 additions and 12 deletions

View File

@ -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