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

master
Yan 2021-02-09 00:02:48 +01:00
parent 722cfc4586
commit 385b6c623e
1 changed files with 1 additions and 1 deletions

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