Yaro Kifor
Results
3
comments of
Yaro Kifor
I could be wrong, but the issue looks like it is in [module_utils/connection.py on line 142](https://github.com/ansible/ansible/blob/v2.9.25/lib/ansible/module_utils/connection.py#L142): ``` data = json.dumps(req, cls=AnsibleJSONEncoder) ``` Should `vault_to_text=true` argument be passed in here?
Looks like there's already an issue with ansible. https://github.com/ansible/ansible/issues/75503
Are there any known workarounds?