From 2d1bc58bb262b6a1e0bfe6719f5977a8c9d409e2 Mon Sep 17 00:00:00 2001 From: excalibrax Date: Thu, 14 May 2020 11:22:32 -0500 Subject: [PATCH] update lint --- awx_collection/plugins/modules/tower_project.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/awx_collection/plugins/modules/tower_project.py b/awx_collection/plugins/modules/tower_project.py index 0635320164..02d32f177b 100644 --- a/awx_collection/plugins/modules/tower_project.py +++ b/awx_collection/plugins/modules/tower_project.py @@ -141,7 +141,7 @@ options: description: - list of notifications to send on error type: list - elements: str + elements: str extends_documentation_fragment: awx.awx.auth ''' @@ -314,8 +314,8 @@ def main(): # If the state was present and we can let the module build or update the existing project, this will return on its own module.create_or_update_if_needed( - project, project_fields, - endpoint='projects', item_type='project', + project, project_fields, + endpoint='projects', item_type='project', associations=association_fields, on_create=on_change, on_update=on_change )