From cfdfa911e8d4a33f02208949cad675067ab4b87a Mon Sep 17 00:00:00 2001 From: sean-m-sullivan Date: Tue, 8 Sep 2020 14:00:12 -0500 Subject: [PATCH] update lint --- awx_collection/plugins/modules/tower_job_template.py | 2 +- awx_collection/plugins/modules/tower_workflow_job_template.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/awx_collection/plugins/modules/tower_job_template.py b/awx_collection/plugins/modules/tower_job_template.py index dd149ec742..4dc525e3b6 100644 --- a/awx_collection/plugins/modules/tower_job_template.py +++ b/awx_collection/plugins/modules/tower_job_template.py @@ -484,7 +484,7 @@ def main(): # Code to use once Issue #7567 is resolved # search_fields = {'name': item} # if organization: -# search_fields['organization'] = organization_id +# search_fields['organization'] = organization_id # label_id = module.get_one('labels', **{'data': search_fields}) # association_fields['labels'].append(label_id) diff --git a/awx_collection/plugins/modules/tower_workflow_job_template.py b/awx_collection/plugins/modules/tower_workflow_job_template.py index 54ab6dbf9b..2dce4802ea 100644 --- a/awx_collection/plugins/modules/tower_workflow_job_template.py +++ b/awx_collection/plugins/modules/tower_workflow_job_template.py @@ -261,7 +261,7 @@ def main(): # Code to use once Issue #7567 is resolved # search_fields = {'name': item} # if organization: -# search_fields['organization'] = organization_id +# search_fields['organization'] = organization_id # label_id = module.get_one('labels', **{'data': search_fields}) # association_fields['labels'].append(label_id)