Slavi Pantaleev
5 lat temu
committed by
GitHub
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z
1 dodań i
1 usunięć
-
roles/matrix-bridge-appservice-slack/tasks/setup_install.yml
|
|
@@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
|
- name: Ensure AppService Slack paths exist |
|
|
- name: Ensure AppService Slack paths exist |
|
|
file: |
|
|
file: |
|
|
path: "{{ item }}" |
|
|
|
|
|
|
|
|
path: "{{ item.path }}" |
|
|
state: directory |
|
|
state: directory |
|
|
mode: 0750 |
|
|
mode: 0750 |
|
|
owner: "{{ matrix_user_username }}" |
|
|
owner: "{{ matrix_user_username }}" |
|
|
|