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