docker_network: Add support for --config-from and --config-only (#843)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
Kenny Millington
2024-05-04 14:16:34 +01:00
committed by GitHub
parent 30faf0b8e6
commit 9beac01ce1
2 changed files with 37 additions and 0 deletions
@@ -0,0 +1,2 @@
minor_changes:
- docker_network - adds ``config_only`` and ``config_from`` to support creating and using config only networks (https://github.com/ansible-collections/community.docker/issues/395).