From 37dec0eb563828e16c3ba2c35a76e1edb49e92be Mon Sep 17 00:00:00 2001 From: Nilstrieb <48135649+Nilstrieb@users.noreply.github.com> Date: Sun, 27 Aug 2023 14:36:07 +0200 Subject: [PATCH] fix perms --- new/playbooks/vps2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/new/playbooks/vps2.yml b/new/playbooks/vps2.yml index 6a24a29..639f01f 100644 --- a/new/playbooks/vps2.yml +++ b/new/playbooks/vps2.yml @@ -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! #####