fixed an issue with LDAP credentials not saving on the device (#61073)

pull/60571/head
Wojciech Wypior 5 years ago committed by Tim Rupp
parent e89d178440
commit 3e1f35155c

@ -162,6 +162,7 @@ options:
extends_documentation_fragment: f5 extends_documentation_fragment: f5
author: author:
- Tim Rupp (@caphrim007) - Tim Rupp (@caphrim007)
- Greg Crosby (@crosbygw)
''' '''
EXAMPLES = r''' EXAMPLES = r'''
@ -311,6 +312,7 @@ class Parameters(AnsibleF5Parameters):
'mandatory_attributes', 'mandatory_attributes',
'chase_referrals', 'chase_referrals',
'manual_resume', 'manual_resume',
'target_username',
'filter', 'filter',
'base', 'base',
] ]

Loading…
Cancel
Save