mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-06 08:24:02 -07:00
Various small fixes (#27766)
This commit is contained in:
parent
b52aeeabfa
commit
b339f23485
4 changed files with 6 additions and 23 deletions
|
@ -204,8 +204,6 @@ def main():
|
|||
transforms = {
|
||||
}
|
||||
|
||||
json_encodes = ['targetvserverexpr']
|
||||
|
||||
# Instantiate config proxy
|
||||
csaction_proxy = ConfigProxy(
|
||||
actual=csaction(),
|
||||
|
@ -215,7 +213,6 @@ def main():
|
|||
readonly_attrs=readonly_attrs,
|
||||
immutable_attrs=immutable_attrs,
|
||||
transforms=transforms,
|
||||
json_encodes=json_encodes,
|
||||
)
|
||||
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue