Adjust 'report this' messages to only report if the latest version still has this problem. (#1173)

This commit is contained in:
Felix Fontein
2025-10-16 17:41:11 +02:00
committed by GitHub
parent 3ff2cfe615
commit 6b5d76bdee
3 changed files with 14 additions and 7 deletions
+3 -2
View File
@@ -809,8 +809,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."