From aa5219cf30377f059b5058f6909a2e8d85ff8524 Mon Sep 17 00:00:00 2001 From: sean-m-sullivan Date: Thu, 28 Jan 2021 08:36:13 -0600 Subject: [PATCH] fix verbage --- awx_collection/plugins/modules/tower_job_launch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx_collection/plugins/modules/tower_job_launch.py b/awx_collection/plugins/modules/tower_job_launch.py index 2f9ddd3e31..658d1cd06b 100644 --- a/awx_collection/plugins/modules/tower_job_launch.py +++ b/awx_collection/plugins/modules/tower_job_launch.py @@ -39,7 +39,7 @@ options: type: str organization: description: - - Organization the workflow job template exists in. + - Organization the job template exists in. - Used to help lookup the object, cannot be modified using this module. - If not provided, will lookup by name only, which does not work with duplicates. type: str