matrix-docker-ansible-deploy/roles/matrix-synapse/tasks
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.
2022-05-18 15:43:39 +03:00
..
ext Fix compatibility with ansible=6 / ansible-core=2.13 2022-05-18 15:43:39 +03:00
goofys Added retries to the docker pulls (#1701) 2022-03-17 17:37:11 +02:00
rust-synapse-compress-state Increase default async time for rust-synapse-compress-state 2022-04-17 20:27:04 -05:00
synapse Ensure git cloning when self-building is done with the matrix user, not root 2022-04-14 08:52:37 +03:00
import_media_store.yml fix: all praise the allmighty yamllinter 2022-02-05 21:32:54 +01:00
init.yml Upgrade matrix-synapse-shared-secret-auth (1.0.2 -> 2.0.2) 2022-02-11 10:23:50 +02:00
main.yml fix: all praise the allmighty yamllinter 2022-02-05 21:32:54 +01:00
register_user.yml fix: all praise the allmighty yamllinter 2022-02-05 21:32:54 +01:00
self_check_client_api.yml fix: all praise the allmighty yamllinter 2022-02-05 21:32:54 +01:00
self_check_federation_api.yml fix: all praise the allmighty yamllinter 2022-02-05 21:32:54 +01:00
setup_synapse.yml fix: all praise the allmighty yamllinter 2022-02-05 21:32:54 +01:00
update_user_password.yml fix: all praise the allmighty yamllinter 2022-02-05 21:32:54 +01:00
validate_config.yml Upgrade Synapse (1.51.0 -> 1.52.0) 2022-02-08 15:13:41 +02:00