From 272dceef4258fdfdc90281ce1d0b02236f16a797 Mon Sep 17 00:00:00 2001 From: williammcbroom Date: Tue, 16 Apr 2019 10:45:12 -0500 Subject: [PATCH] ec2_launch_template - fix spelling mistake (#55383) --- lib/ansible/modules/cloud/amazon/ec2_launch_template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/amazon/ec2_launch_template.py b/lib/ansible/modules/cloud/amazon/ec2_launch_template.py index c6fe085342e..93abfbfacf1 100644 --- a/lib/ansible/modules/cloud/amazon/ec2_launch_template.py +++ b/lib/ansible/modules/cloud/amazon/ec2_launch_template.py @@ -73,7 +73,7 @@ options: ebs: description: Parameters used to automatically set up EBS volumes when the instance is launched. suboptions: - delete_on_termintation: + delete_on_termination: description: Indicates whether the EBS volume is deleted on instance termination. type: bool encrypted: