mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-22 03:53:59 -07:00
docker_image: improve usage (#52894)
* Add source option. * Split force parameter into force_source, force_absent and force_tag. * Move all build-related options into a suboption called build. * Add changelog.
This commit is contained in:
parent
fa7c8ce0b4
commit
35e7fb776a
5 changed files with 378 additions and 108 deletions
4
changelogs/fragments/52894-docker_image.yaml
Normal file
4
changelogs/fragments/52894-docker_image.yaml
Normal file
|
@ -0,0 +1,4 @@
|
|||
minor_changes:
|
||||
- "docker_image - the ``source`` option has been added to clarify the action performed by the module."
|
||||
- "docker_image - the ``force`` option has been deprecated; more specific options ``force_source``, ``force_absent`` and ``force_tag`` have been added instead."
|
||||
- "docker_image - all build-related options have been moved into a suboption ``build``. This affects the ``dockerfile``, ``http_timeout``, ``nocache``, ``path``, ``pull``, ``rm``, and ``buildargs`` options."
|
Loading…
Add table
Add a link
Reference in a new issue