More ansible-lint fixes

This commit is contained in:
Slavi Pantaleev
2022-07-18 11:22:05 +03:00
parent 34cdaade08
commit ddf18eadc7
337 changed files with 1720 additions and 1720 deletions

View File

@ -13,7 +13,7 @@
- name: Fail if not using matrix-postgres container
ansible.builtin.fail:
msg: "This command is working only when matrix-postgres container is being used"
when: "not matrix_postgres_enabled|bool"
when: "not matrix_postgres_enabled | bool"
- name: Ensure matrix-synapse is started
ansible.builtin.service:
@ -31,7 +31,7 @@
- name: Wait a while, so that Matrix Synapse can manage to start
pause:
ansible.builtin.pause:
seconds: 7
when: "start_result.changed or postgres_start_result.changed"