Feature: Updated the frank dockerfile to properly install python poetry

Feature: Updated the frank playbook to allow user to be changed from pi
Chore: Refactored the various env files to use single file and multiple var files.
This commit is contained in:
2023-08-28 11:03:00 +05:30
parent ecea277e46
commit 93b1b8840d
17 changed files with 57 additions and 85 deletions

View File

@ -17,5 +17,5 @@
- name: Upload the .env file
template:
src: "{{ env_file }}"
src: "files/.env"
dest: "/var/lib/{{ host_directory }}/.env"