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
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',
]

Loading…
Cancel
Save