From dbeb7ec67c75ff24697a08480f14ec9b7c7f2b05 Mon Sep 17 00:00:00 2001 From: John Westcott IV Date: Tue, 26 May 2020 11:23:41 -0400 Subject: [PATCH] Fixing space issue --- awx_collection/plugins/modules/tower_job_template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx_collection/plugins/modules/tower_job_template.py b/awx_collection/plugins/modules/tower_job_template.py index a2751a0ecd..b99e930a62 100644 --- a/awx_collection/plugins/modules/tower_job_template.py +++ b/awx_collection/plugins/modules/tower_job_template.py @@ -391,7 +391,7 @@ def main(): scm_branch=dict(), ask_scm_branch_on_launch=dict(type='bool'), job_slice_count=dict(type='int', default='1'), - webhook_service=dict(choices=['github', 'gitlab','']), + webhook_service=dict(choices=['github', 'gitlab', '']), webhook_credential=dict(), labels=dict(type="list", elements='str'), notification_templates_started=dict(type="list", elements='str'),