This commit is contained in:
nora 2023-08-26 22:13:30 +02:00
parent 22b8ec58bd
commit 313791b3c1
3 changed files with 23 additions and 2 deletions

View file

@ -35,6 +35,14 @@
state: directory
mode: u=rwx,g=rx,o=rx
#####
# APP: killua bot, /apps/killua
#####
- name: Create /apps/killua
ansible.builtin.file:
path: /apps/registry
state: directory
mode: u=rwx,g=rx,o=rx
#####
# END: docker compose up!
#####
# We want this to be last so that all app-specific config has been done.