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 }}"