Slavi Pantaleev
89648cf58e
Fix some ansible-lint-reported warnings
3年前
Slavi Pantaleev
ddf18eadc7
More ansible-lint fixes
3年前
Slavi Pantaleev
34cdaade08
Use fully-qualified module names for builtin Ansible modules
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1939
3年前
Slavi Pantaleev
677a2fc503
Fix compatibility with ansible=6 / ansible-core=2.13
Details here: https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_6.html#id36
Basically:
```yaml
- name: Prior to 2.13
debug:
msg: '[1] + {{ [2] }}'
- name: 2.13 and forward
debug:
msg: '{{ [1] + [2] }}'
```
Interestingly, we had been using the new/safe syntax in lofs of places.
We were using the broken one in many others though. Hopefully all
instances were fixed by this patch.
3年前
Marko Weltzer
7e5b88c3b7
fix: all praise the allmighty yamllinter
4年前
Aaron Raimist
ff94d815e1
Upgrade synapse-simple-antispam (0.0.3 -> 0.0.7)
4年前
Michael Collins
98e6cd685d
sync with previous repo
4年前
Michael-GMH
86e4649578
GoMatrixHosting v0.5.5
4年前
Michael-GMH
03006eb5ab
GoMatrixHosting v0.5.5
4年前
Slavi Pantaleev
8bae39050e
Update settings for Synapse v1.14.0
5年前
Slavi Pantaleev
ac60115190
Fix git installation bug during synapse-simple-antispam installation
Fixes #424 (Github Issue).
6年前
Christian Wolf
8c9b5ea6dd
Removed a few syntax bugs in Archlinux configuration
6年前
Christian Wolf
d84b2868b7
Added basic changes to make it compatible with Archlinux
6年前
Michael Haak
5b213e6ad0
Replace constructs appending elements with variables to matrix_synapse_container_extra_arguments. Fixes issue https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/304
6年前
Slavi Pantaleev
68ed2ebefa
Add support for Synapse Simple Antispam
Fixes #255 (Github Issue).
6年前