mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-02-03 13:55:11 +01:00
Fix email2matrix path initialization
Regression since 421f85defa089cee
This commit is contained in:
parent
421f85defa
commit
23006fd64e
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
- name: Ensure Email2Matrix paths exist
|
- name: Ensure Email2Matrix paths exist
|
||||||
file:
|
file:
|
||||||
path: "{{ item }}"
|
path: "{{ item.path }}"
|
||||||
state: directory
|
state: directory
|
||||||
mode: 0750
|
mode: 0750
|
||||||
owner: "{{ matrix_user_username }}"
|
owner: "{{ matrix_user_username }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user