From 6edde18f90c4ad6705c952d3442104a27752b137 Mon Sep 17 00:00:00 2001 From: Ravi Bhure Date: Mon, 1 Dec 2014 19:20:53 -0700 Subject: [PATCH] updated version 1.9 and moved haproxy module to network category --- .../modules/extras/{net_infrastructure => network}/haproxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename lib/ansible/modules/extras/{net_infrastructure => network}/haproxy.py (99%) diff --git a/lib/ansible/modules/extras/net_infrastructure/haproxy.py b/lib/ansible/modules/extras/network/haproxy.py similarity index 99% rename from lib/ansible/modules/extras/net_infrastructure/haproxy.py rename to lib/ansible/modules/extras/network/haproxy.py index b37e7bff745..d524e20e0cb 100644 --- a/lib/ansible/modules/extras/net_infrastructure/haproxy.py +++ b/lib/ansible/modules/extras/network/haproxy.py @@ -88,7 +88,7 @@ EXAMPLES = ''' - haproxy: action=set_weight host={{ inventory_hostname }} backend=www weight=10 author: Ravi Bhure -version_added: "1.6" +version_added: "1.9" ''' import logging