Explorar el Código

Fix git installation bug during synapse-simple-antispam installation

Fixes #424 (Github Issue).
pull/426/head
Slavi Pantaleev hace 6 años
padre
commit
ac60115190
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      roles/matrix-synapse/tasks/ext/synapse-simple-antispam/setup_install.yml

+ 1
- 1
roles/matrix-synapse/tasks/ext/synapse-simple-antispam/setup_install.yml Ver fichero

@@ -16,7 +16,7 @@
- name: Ensure git installed (Debian)
apt:
name:
- openssl
- git
state: present
update_cache: no
when: "ansible_os_family == 'Debian'"


Cargando…
Cancelar
Guardar