Add networks[].mac_address option. (#763)

This commit is contained in:
Felix Fontein
2024-01-20 14:23:12 +01:00
committed by GitHub
parent 37d0a44c0b
commit fcf608b334
5 changed files with 37 additions and 3 deletions
@@ -0,0 +1,4 @@
minor_changes:
- "docker_container - add ``networks[].mac_address`` option for Docker API 1.44+.
Note that Docker API 1.44 no longer uses the global ``mac_address`` option, this new option is the only way to set the MAC address for a container
(https://github.com/ansible-collections/community.docker/pull/763)."