From cd39b8263dc8b1ad7862701fef4acf953ba1551f Mon Sep 17 00:00:00 2001 From: "Ryan S. Brown" Date: Thu, 26 Apr 2018 08:16:37 -0400 Subject: [PATCH] [aws] fix misspelling in ec2_instance docs --- lib/ansible/modules/cloud/amazon/ec2_instance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/amazon/ec2_instance.py b/lib/ansible/modules/cloud/amazon/ec2_instance.py index 86c2e7cb1e..4436ab856d 100644 --- a/lib/ansible/modules/cloud/amazon/ec2_instance.py +++ b/lib/ansible/modules/cloud/amazon/ec2_instance.py @@ -55,7 +55,7 @@ options: tower_address: description: - IP address or DNS name of Tower server. Must be accessible via this address from the VPC that this instance will be launched in. - template_id: + job_template_id: description: - Either the integer ID of the Tower Job Template, or the name (name supported only for Tower 3.2+) host_config_key: