Make waiting time for --tags=start configurable

Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1062
This commit is contained in:
Slavi Pantaleev
2021-05-19 08:39:28 +03:00
parent 2606b41b16
commit ee46fabdca
2 changed files with 17 additions and 1 deletions

View File

@ -30,7 +30,7 @@
# as we may run into systemd's automatic restart logic retrying the service.
- name: Wait a bit, so that services can start (or fail)
wait_for:
timeout: 15
timeout: "{{ matrix_common_after_systemd_service_start_wait_for_timeout_seconds }}"
delegate_to: 127.0.0.1
become: false