Merge pull request from yncyrydybyl/master

Fixes: a66a604e ("Selfbuild appservice-slack bridge")
This commit is contained in:
Slavi Pantaleev
2021-02-09 07:56:42 +02:00
committed by GitHub

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