From b32e2609c06b8220be4e5cf60a659b55b5f72666 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Thu, 20 Feb 2020 10:50:45 -0600 Subject: [PATCH] Issue #33: Fix python lint issue with spacing. --- plugins/modules/k8s_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ 'merge_type': {'type': 'list', 'elements': 'str', 'choices': ['json', 'merge', 'strategic-merge']}, 'selector': {'type': 'dict'}, 'src': { - 'type': 'path', + 'type': 'path', }, 'type': { 'type': 'str',