Update env file

This commit is contained in:
Jonathan DeMasi
2026-04-28 20:37:11 -06:00
parent 061d8ebcef
commit c0f5170c2a

View File

@@ -29,6 +29,15 @@
mode: '0600' mode: '0600'
no_log: true # Prevents secret from appearing in logs no_log: true # Prevents secret from appearing in logs
- name: Create env file
template:
src: templates/pocketid.env.j2
dest: /home/pocketid/pocketid/.env
owner: pocketid
group: pocketid
mode: '0600'
no_log: true # Prevents secret from appearing in logs
- name: Create or update docker-compose - name: Create or update docker-compose
template: template:
src: templates/docker-compose.yaml.j2 src: templates/docker-compose.yaml.j2