Fix git installation bug during synapse-simple-antispam installation

Fixes #424 (Github Issue).
This commit is contained in:
Slavi Pantaleev 2020-03-29 10:11:04 +03:00
parent ac5b5681ae
commit ac60115190

View file

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