Slavi Pantaleev
há 5 anos
committed by
GitHub
ascendente
cometimento
21fd44a557
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com
1 adições e
1 eliminações
-
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 }}" |
|
|
|