mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
fixes
This commit is contained in:
parent
7f07d68864
commit
afa5d79fc2
3 changed files with 18 additions and 2 deletions
|
|
@ -11,6 +11,16 @@
|
|||
path: /apps/openolat
|
||||
state: directory
|
||||
mode: "u=rwx,g=rx,o=rx"
|
||||
- name: Copy extra properties
|
||||
ansible.builtin.copy:
|
||||
dest: /apps/openolat/extra-properties.properties
|
||||
src: ../apps/openolat/extra-properties.properties
|
||||
mode: "u=r,g=r,o=r"
|
||||
- name: Olat data file permissions # TODO: a bit hacky.
|
||||
ansible.builtin.file:
|
||||
path: /apps/openolat/olatdata
|
||||
state: directory
|
||||
mode: "u=rwx,g=rwx,o=rwx"
|
||||
#####
|
||||
# END: docker compose up!
|
||||
#####
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue