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