Adding "internal" option to "docker_network" module (#35370)

Fixes #27065
This commit is contained in:
Dave Bendit
2018-10-23 01:49:26 -05:00
committed by John R Barker
parent 8ef994fbc5
commit 29b4b36501
3 changed files with 71 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
---
minor_changes:
- "docker_network - ``internal`` is now used to set the ``Internal`` property of the docker network during creation."
- "docker_network - Minimum docker-py version increased from ``1.8.0`` to ``1.9.0``."