docker_config and docker_secret: add data_src option (#203)

* Add data_src options to docker_config and docker_secret.

* Add examples.

* Fix test.

* Another fix.
This commit is contained in:
Felix Fontein
2021-09-12 09:42:03 +02:00
committed by GitHub
parent 668f77d7d2
commit 5d861004db
7 changed files with 99 additions and 6 deletions
@@ -0,0 +1,3 @@
minor_changes:
- "docker_config - add option ``data_src`` to read configuration data from target (https://github.com/ansible-collections/community.docker/issues/64, https://github.com/ansible-collections/community.docker/pull/203)."
- "docker_secret - add option ``data_src`` to read secret data from target (https://github.com/ansible-collections/community.docker/issues/64, https://github.com/ansible-collections/community.docker/pull/203)."