mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
parent
e5742c3a47
commit
faa3c54531
1 changed files with 2 additions and 0 deletions
|
@ -126,6 +126,8 @@ def main():
|
||||||
component = module.params['component']
|
component = module.params['component']
|
||||||
name = module.params['name']
|
name = module.params['name']
|
||||||
value = module.params['value']
|
value = module.params['value']
|
||||||
|
if not isinstance(value, str):
|
||||||
|
value = json.dumps(value)
|
||||||
vhost = module.params['vhost']
|
vhost = module.params['vhost']
|
||||||
state = module.params['state']
|
state = module.params['state']
|
||||||
node = module.params['node']
|
node = module.params['node']
|
||||||
|
|
Loading…
Reference in a new issue