mirror of https://github.com/ansible/ansible.git
Decode vaulted args before sending over ansible-connection. (#78236)
I'm not aware of a way to easily get vault secrets decoded on the ansible-connection side without sending the vault secrets over the connection in the same way, so just decode them for transport.pull/78248/head
parent
2e4b0fefbf
commit
fff14d7c1d
@ -0,0 +1,3 @@
|
|||||||
|
bugfixes:
|
||||||
|
- ansible-connection - decrypt vaulted parameters before sending over the socket, as
|
||||||
|
vault secrets are not available on the other side.
|
Loading…
Reference in New Issue