mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 11:55:04 +00:00
[stable-4] Adjust 'report this' messages to only report if the latest version still has this problem (#1174)
* Adjust 'report this' messages to only report if the latest version still has this problem. (#1173) (cherry picked from commit6b5d76bdee) * Adjust checks. (cherry picked from commit24f35644e3)
This commit is contained in:
@@ -16,6 +16,7 @@ version_added: 1.1.0
|
||||
description:
|
||||
- Return facts about whether the module runs in a Docker or podman container.
|
||||
- This module attempts a best-effort detection. There might be special cases where it does not work; if you encounter one,
|
||||
make sure that this is still a problem with the latest community.docker release, and if it is,
|
||||
L(please file an issue, https://github.com/ansible-collections/community.docker/issues/new?assignees=&labels=&template=bug_report.md).
|
||||
author:
|
||||
- Felix Fontein (@felixfontein)
|
||||
|
||||
@@ -795,8 +795,9 @@ options:
|
||||
description:
|
||||
- Platform for the container in the format C(os[/arch[/variant]]).
|
||||
- "Note that since community.docker 3.5.0, the module uses both the image's metadata and the Docker daemon's information
|
||||
to normalize platform strings similarly to how Docker itself is doing this. If you notice idempotency problems, L(please
|
||||
create an issue in the community.docker GitHub repository,
|
||||
to normalize platform strings similarly to how Docker itself is doing this. If you notice idempotency problems, please
|
||||
verify whether this is still a problem with the latest release of community.docker, and if it is,
|
||||
L(create an issue in the community.docker GitHub repository,
|
||||
https://github.com/ansible-collections/community.docker/issues/new?assignees=&labels=&projects=&template=bug_report.md).
|
||||
For older community.docker versions, you can use the O(comparisons) option with C(platform: ignore) to prevent accidental
|
||||
recreation of the container due to this."
|
||||
|
||||
Reference in New Issue
Block a user