Fix mautrix-telegram paths creation bug
parent
56c54d5cc7
commit
c9d96d8135
|
|
@ -36,7 +36,7 @@
|
||||||
|
|
||||||
- name: Ensure Mautrix Telegram paths exist
|
- name: Ensure Mautrix Telegram 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…
Reference in New Issue