Browse Source

Merge pull request #865 from yncyrydybyl/master

Fixes: a66a604e ("Selfbuild appservice-slack bridge")
pull/870/head
Slavi Pantaleev 5 years ago
committed by GitHub
parent
commit
21fd44a557
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      roles/matrix-bridge-appservice-slack/tasks/setup_install.yml

+ 1
- 1
roles/matrix-bridge-appservice-slack/tasks/setup_install.yml 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 }}"


Loading…
Cancel
Save