From c1ac55147f38a5f46ddfbaae124e2deea920ac6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Moser?= Date: Tue, 4 Jul 2017 16:26:18 +0200 Subject: [PATCH] haproxy: docs: add version added for state=drain (#26396) --- lib/ansible/modules/net_tools/haproxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/net_tools/haproxy.py b/lib/ansible/modules/net_tools/haproxy.py index aa584e4ec2e..63fc44a6189 100644 --- a/lib/ansible/modules/net_tools/haproxy.py +++ b/lib/ansible/modules/net_tools/haproxy.py @@ -65,7 +65,7 @@ options: state: description: - Desired state of the provided backend host. - Note that "drain" state is supported only by HAProxy version 1.5 or later, + - Note that C(drain) state was added in version 2.4. It is supported only by HAProxy version 1.5 or later, if used on versions < 1.5, it will be ignored. required: true default: null