docker_network: add IPAM driver options support (#54632)

* Tidying up.

* Adding ipam_driver_options parameter.

* Add tests.

* Add changelog.
This commit is contained in:
Felix Fontein
2019-04-04 21:44:31 +02:00
committed by ansibot
parent f0480ab132
commit 8cba1f9397
3 changed files with 83 additions and 9 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- "docker_network - add new option ``ipam_driver_options``."