mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Various fixes for f5 modules (#44734)
A number of bugfixes for the remaining 2.7 work on the F5 modules.
This commit is contained in:
parent
0d5390a919
commit
0dacc606b4
15 changed files with 560 additions and 199 deletions
|
@ -11127,7 +11127,7 @@ class VirtualServersParameters(BaseParameters):
|
|||
@property
|
||||
def enabled(self):
|
||||
if self._values['enabled'] is None:
|
||||
return None
|
||||
return 'no'
|
||||
elif self._values['enabled'] is True:
|
||||
return 'yes'
|
||||
return 'no'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue