Kaynağa Gözat
Merge pull request #865 from yncyrydybyl/master
Fixes: a66a604e ("Selfbuild appservice-slack bridge")
pull/870/head
Slavi Pantaleev
5 yıl önce
committed by
GitHub
ebeveyn
işleme
21fd44a557
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile
1 ekleme ve
1 silme
-
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 }}" |
|
|
|