From 3e1f35155c85b3bd068bb00d5883e32cd402dac4 Mon Sep 17 00:00:00 2001 From: Wojciech Wypior Date: Thu, 22 Aug 2019 05:19:27 +0100 Subject: [PATCH] fixed an issue with LDAP credentials not saving on the device (#61073) --- lib/ansible/modules/network/f5/bigip_monitor_ldap.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/ansible/modules/network/f5/bigip_monitor_ldap.py b/lib/ansible/modules/network/f5/bigip_monitor_ldap.py index 2c210e38412..841f4be7d3d 100644 --- a/lib/ansible/modules/network/f5/bigip_monitor_ldap.py +++ b/lib/ansible/modules/network/f5/bigip_monitor_ldap.py @@ -162,6 +162,7 @@ options: extends_documentation_fragment: f5 author: - Tim Rupp (@caphrim007) + - Greg Crosby (@crosbygw) ''' EXAMPLES = r''' @@ -311,6 +312,7 @@ class Parameters(AnsibleF5Parameters): 'mandatory_attributes', 'chase_referrals', 'manual_resume', + 'target_username', 'filter', 'base', ]