diff --git a/lib/ansible/modules/network/netscaler/netscaler_lb_monitor.py b/lib/ansible/modules/network/netscaler/netscaler_lb_monitor.py index 320c7d8756b..a8a0c1f98f9 100644 --- a/lib/ansible/modules/network/netscaler/netscaler_lb_monitor.py +++ b/lib/ansible/modules/network/netscaler/netscaler_lb_monitor.py @@ -32,7 +32,7 @@ description: - Manage load balancing monitors. - This module is intended to run either on the ansible control node or a bastion (jumpserver) with access to the actual netscaler instance. -version_added: "2.4.0" +version_added: "2.4" author: George Nikolopoulos (@giorgos-nikolopoulos)