diff options
author | sean-m-sullivan <ssulliva@redhat.com> | 2021-01-28 15:36:13 +0100 |
---|---|---|
committer | sean-m-sullivan <ssulliva@redhat.com> | 2021-01-28 15:36:13 +0100 |
commit | aa5219cf30377f059b5058f6909a2e8d85ff8524 (patch) | |
tree | 02d11aadaa5bbdc46bb0be8ec1bb1a769084fcc3 /awx_collection | |
parent | Merge pull request #33 from ansible/devel (diff) | |
download | awx-aa5219cf30377f059b5058f6909a2e8d85ff8524.tar.xz awx-aa5219cf30377f059b5058f6909a2e8d85ff8524.zip |
fix verbage
Diffstat (limited to 'awx_collection')
-rw-r--r-- | awx_collection/plugins/modules/tower_job_launch.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |