Explorar el Código

Merge pull request #865 from yncyrydybyl/master

Fixes: a66a604e ("Selfbuild appservice-slack bridge")
pull/870/head
Slavi Pantaleev hace 5 años
committed by GitHub
padre
commit
21fd44a557
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      roles/matrix-bridge-appservice-slack/tasks/setup_install.yml

+ 1
- 1
roles/matrix-bridge-appservice-slack/tasks/setup_install.yml Ver fichero

@@ -2,7 +2,7 @@

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


Cargando…
Cancelar
Guardar