diff --git a/plugins/modules/k8s_service.py b/plugins/modules/k8s_service.py index b131c496..bda50225 100644 --- a/plugins/modules/k8s_service.py +++ b/plugins/modules/k8s_service.py @@ -214,7 +214,7 @@ SERVICE_ARG_SPEC = { 'merge_type': {'type': 'list', 'elements': 'str', 'choices': ['json', 'merge', 'strategic-merge']}, 'selector': {'type': 'dict'}, 'src': { - 'type': 'path', + 'type': 'path', }, 'type': { 'type': 'str',