From 22f0747e03b183b73e7fe97896442bea35e58264 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Thu, 27 May 2021 20:15:28 +0200 Subject: [PATCH] Fix drain example with correct wait values (#2603) (#2657) (cherry picked from commit 95794f31e34552628cd648d27672eadabe4154ec) Co-authored-by: Merouane Atig --- 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