chore: Formatting

This commit is contained in:
Lino Silva
2026-04-01 23:43:17 +01:00
parent 03865d6f16
commit a704133a0b
16 changed files with 99 additions and 29 deletions
+3 -3
View File
@@ -42,7 +42,7 @@
file:
path: "{{ app_data_disks.pocketid.mount_point }}"
state: directory
mode: '0755'
mode: "0755"
- name: Mount data disk
mount:
@@ -56,13 +56,13 @@
file:
path: /opt/pocketid
state: directory
mode: '0755'
mode: "0755"
- name: Create docker-compose file for Pocket ID
template:
src: docker-compose.yml.j2
dest: /opt/pocketid/docker-compose.yml
mode: '0644'
mode: "0644"
- name: Start Pocket ID
shell: cd /opt/pocketid && docker compose down && docker compose up -d
args: