mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-22 12:03:58 -07:00
docker_secret, docker_config: allow to base64-decode data (#49688)
* Adjust docker_config and docker_secret to be more similar. * Add data_is_b64 parameter to docker_secret and docker_config. * Add changelog.
This commit is contained in:
parent
e761ea3f9d
commit
26e3240315
5 changed files with 81 additions and 10 deletions
|
@ -0,0 +1,3 @@
|
|||
minor_changes:
|
||||
- "docker_secret - ``data`` can now accept Base64-encoded data via the new ``data_is_b64`` option.
|
||||
This allows to pass binary data or JSON data in unmodified form. (https://github.com/ansible/ansible/issues/35119)"
|
Loading…
Add table
Add a link
Reference in a new issue