Fix mautrix-telegram paths creation bug

master
Slavi Pantaleev 2021-01-19 09:15:34 +02:00
parent 56c54d5cc7
commit c9d96d8135
1 changed files with 1 additions and 1 deletions

View File

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