mirror of https://github.com/ansible/ansible.git
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.
(cherry picked from commit fff14d7c1d)
pull/78471/head
parent
1cfda125ed
commit
3379a7e32d
@ -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