Merge pull request #916 from jokey2k/patch-2

Adjust wait timeout
This commit is contained in:
Slavi Pantaleev 2021-03-05 10:43:36 +02:00 committed by GitHub
commit 11f8b5f3a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: 5
timeout: 15
delegate_to: 127.0.0.1
become: false