This website works better with JavaScript.
Home
Explore
Help
Sign In
overmind
/
matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Fix mautrix-telegram paths creation bug
pull/801/head
Slavi Pantaleev
5 years ago
parent
56c54d5cc7
commit
c9d96d8135
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
roles/matrix-bridge-mautrix-telegram/tasks/setup_install.yml
+ 1
- 1
roles/matrix-bridge-mautrix-telegram/tasks/setup_install.yml
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 }}"
Write
Preview
Loading…
Cancel
Save