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

This commit is contained in:
Wojciech Wypior 2019-08-22 05:19:27 +01:00 committed by Tim Rupp
parent e89d178440
commit 3e1f35155c

View file

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