mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Optimized delays
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
wait_for:
|
||||
host: "127.0.0.1"
|
||||
port: "5432"
|
||||
delay: 0
|
||||
delay: "{{database_delay}}"
|
||||
timeout: 300
|
||||
when: run_once_docker_postgres is not defined
|
||||
|
||||
|
Reference in New Issue
Block a user