Explorar el Código

Fix email2matrix path initialization

Regression since 421f85defa
pull/1217/head
Slavi Pantaleev hace 4 años
padre
commit
23006fd64e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      roles/matrix-email2matrix/tasks/setup_install.yml

+ 1
- 1
roles/matrix-email2matrix/tasks/setup_install.yml Ver fichero

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

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


Cargando…
Cancelar
Guardar