move bisect-rustc

This commit is contained in:
nora 2023-08-27 14:34:21 +02:00
parent a701daf3c6
commit 4618c4b66a
6 changed files with 38 additions and 5 deletions

View file

@ -59,6 +59,19 @@
state: directory
mode: u=rwx,g=rx,o=rx
#####
# APP: bisect-rustc-servce, /apps/bisect-rustc-service
#####
- name: Create /apps/bisect-rustc-service
ansible.builtin.file:
path: /apps/bisect-rustc-service
state: directory
mode: u=rwx,g=rx,o=rx
- name: SQLite DB permissions for bisect-rustc-servce
ansible.builtin.file:
path: /apps/bisect-rustc-service/db.sqlite
state: touch
mode: u=rw,g=,o=
#####
# END: docker compose up!
#####
# We want this to be last so that all app-specific config has been done.