Explorar el Código

Fix mautrix-telegram paths creation bug

pull/801/head
Slavi Pantaleev hace 5 años
padre
commit
c9d96d8135
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      roles/matrix-bridge-mautrix-telegram/tasks/setup_install.yml

+ 1
- 1
roles/matrix-bridge-mautrix-telegram/tasks/setup_install.yml Ver fichero

@@ -36,7 +36,7 @@

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


Cargando…
Cancelar
Guardar