mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 03:52:05 +00:00
* Allow to specify pull platform. * Add basic test and document that the value is not used for idempotency at the moment. * Fix pulling. * Simplify code. * Add API version for pull_platform. * Move pull_platform into new pull option. Use apply_defaults=True to avoid some special logic. * Add example. * Remove apply_defaults=True.
3 lines
257 B
YAML
3 lines
257 B
YAML
minor_changes:
|
|
- "docker_image - allows to specify platform to pull for ``source=pull`` with new option ``pull_platform`` (https://github.com/ansible-collections/community.docker/issues/79, https://github.com/ansible-collections/community.docker/pull/89)."
|