From 360352b78ea70cdec2f2d9bcde441e26eb74939e Mon Sep 17 00:00:00 2001 From: sean-m-sullivan Date: Sat, 6 Jun 2020 20:12:47 -0500 Subject: [PATCH] updated version --- awx_collection/plugins/modules/tower_job_template.py | 1 - 1 file changed, 1 deletion(-) diff --git a/awx_collection/plugins/modules/tower_job_template.py b/awx_collection/plugins/modules/tower_job_template.py index 75d16049a7..610a6fb8ab 100644 --- a/awx_collection/plugins/modules/tower_job_template.py +++ b/awx_collection/plugins/modules/tower_job_template.py @@ -53,7 +53,6 @@ options: - If not provided, will lookup by name only, which does not work with duplicates. - Requires Tower Version 3.7.0 or AWX 10.0.0 IS NOT backwards compatible with earlier versions. type: str - version_added: 2.10 project: description: - Name of the project to use for the job template.