GoMatrixHosting v0.4.4 update

This commit is contained in:
Michael-GMH
2021-04-26 20:00:32 +08:00
parent 689dcea773
commit a14bf6c2ed
12 changed files with 128 additions and 25 deletions

View File

@ -35,3 +35,18 @@
with_dict:
'matrix_awx_dimension_user_created': 'true'
when: not matrix_awx_dimension_user_created|bool
- name: Ensure /chroot/website location has correct permissions
file:
path: /chroot/website
state: directory
owner: matrix
group: matrix
mode: '0574'
when: customise_base_domain_website is defined
- name: Ensure erroneous /chroot/website/matrix-domain location doesn't exist
file:
path: /chroot/website/matrix-domain
state: absent
when: customise_base_domain_website is defined