fix: docker_compose_v2_run: don't need sanitize labels (#1034)

This commit is contained in:
Alexandre Díaz
2025-02-02 17:27:28 +01:00
committed by GitHub
parent bcd6e57450
commit ea3ac5f195
2 changed files with 2 additions and 3 deletions
@@ -0,0 +1,2 @@
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).