community.docker/changelogs/fragments/1034-do-not-sanitize-labels.yaml
patchback[bot] efe229a768
fix: docker_compose_v2_run: don't need sanitize labels (#1034) (#1038)
(cherry picked from commit ea3ac5f195)

Co-authored-by: Alexandre Díaz <dev@redneboa.es>
2025-02-02 22:54:34 +01:00

3 lines
311 B
YAML

bugfixes:
- docker_compose_v2_run - the module has a conflict between the type of parameter it expects and the one it tries to sanitize. Fix removes the label sanitization step because they are already validated by the parameter definition (https://github.com/ansible-collections/community.docker/pull/1034).