From baf514957cf09ea137e063c2a4dd2c015f6d9e30 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Tue, 9 Dec 2014 12:29:28 -0500 Subject: [PATCH] moved version added --- lib/ansible/modules/extras/network/haproxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/extras/network/haproxy.py b/lib/ansible/modules/extras/network/haproxy.py index 1e6afeec284..51b28d623a0 100644 --- a/lib/ansible/modules/extras/network/haproxy.py +++ b/lib/ansible/modules/extras/network/haproxy.py @@ -21,6 +21,7 @@ DOCUMENTATION = ''' --- module: haproxy +version_added: "1.9" short_description: An Ansible module to handle states enable/disable server and set weight to backend host in haproxy using socket commands. description: - The Enable Haproxy Backend Server, with @@ -91,7 +92,6 @@ examples: - haproxy: state=enabled host={{ inventory_hostname }} socket=/var/run/haproxy.sock weight=10 backend=www author: Ravi Bhure -version_added: "1.9" ''' import socket