mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 11:55:04 +00:00
docker_container: deprecate ignore_image and purge_networks (#487)
* Deprecate ignore_image and purge_networks. * Fix YAML. * Simple replacement doesn't work in this case.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
deprecated_features:
|
||||
- "docker_container - the ``ignore_image`` option is deprecated and will be removed in community.docker 4.0.0. Use ``image: ignore`` in ``comparisons`` instead (https://github.com/ansible-collections/community.docker/pull/487)."
|
||||
- "docker_container - the ``purge_networks`` option is deprecated and will be removed in community.docker 4.0.0. Use ``networks: strict`` in ``comparisons`` instead, and make sure to provide ``networks``, with value ``[]`` if all networks should be removed (https://github.com/ansible-collections/community.docker/pull/487)."
|
||||
Reference in New Issue
Block a user