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

Fixes: a66a604e ("Selfbuild appservice-slack bridge")

This commit is contained in:
Yan 2021-02-09 00:02:48 +01:00
parent 722cfc4586
commit 385b6c623e

View File

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