fix perms

This commit is contained in:
nora 2023-08-27 14:36:07 +02:00
parent 4618c4b66a
commit 37dec0eb56

View file

@ -70,7 +70,7 @@
ansible.builtin.file:
path: /apps/bisect-rustc-service/db.sqlite
state: touch
mode: u=rw,g=,o=
mode: u=rw,g=rw,o=rw
#####
# END: docker compose up!
#####