From 95794f31e34552628cd648d27672eadabe4154ec Mon Sep 17 00:00:00 2001 From: Merouane Atig Date: Thu, 27 May 2021 19:08:35 +0200 Subject: [PATCH] Fix drain example with correct wait values (#2603) --- plugins/modules/net_tools/haproxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/net_tools/haproxy.py b/plugins/modules/net_tools/haproxy.py index 8efb59ed2e..a3320b45c5 100644 --- a/plugins/modules/net_tools/haproxy.py +++ b/plugins/modules/net_tools/haproxy.py @@ -150,7 +150,7 @@ EXAMPLES = r''' backend: www wait: yes drain: yes - wait_interval: 1 + wait_interval: 60 wait_retries: 60 - name: Disable backend server in 'www' backend pool and drop open sessions to it