This website works better with JavaScript.
Home
Explore
Help
Sign In
overmind
/
matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Fix git installation bug during synapse-simple-antispam installation
Fixes
#424
(Github Issue).
pull/426/head
Slavi Pantaleev
6 years ago
parent
ac5b5681ae
commit
ac60115190
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
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'"
Write
Preview
Loading…
Cancel
Save