mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 03:46:55 +00:00
fix: docker_compose_v2_run: don't need sanitize labels (#1034)
This commit is contained in:
@@ -253,8 +253,6 @@ from ansible_collections.community.docker.plugins.module_utils.compose_v2 import
|
||||
common_compose_argspec_ex,
|
||||
)
|
||||
|
||||
from ansible_collections.community.docker.plugins.module_utils.util import sanitize_labels
|
||||
|
||||
|
||||
class ExecManager(BaseComposeManager):
|
||||
def __init__(self, client):
|
||||
@@ -424,7 +422,6 @@ def main():
|
||||
needs_api_version=False,
|
||||
**argspec_ex
|
||||
)
|
||||
sanitize_labels(client.module.params['labels'], 'labels', client)
|
||||
|
||||
try:
|
||||
manager = ExecManager(client)
|
||||
|
||||
Reference in New Issue
Block a user