1
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2024-12-12 08:43:55 +02:00

Fix email2matrix path initialization

Regression since 421f85defa
This commit is contained in:
Slavi Pantaleev 2021-08-04 17:59:49 +03:00
parent 421f85defa
commit 23006fd64e

View File

@ -2,7 +2,7 @@
- name: Ensure Email2Matrix paths exist
file:
path: "{{ item }}"
path: "{{ item.path }}"
state: directory
mode: 0750
owner: "{{ matrix_user_username }}"