From 49141647178c08ce4a1c27ec6e9a85c9cbf2fea8 Mon Sep 17 00:00:00 2001 From: Matt Babineau Date: Thu, 20 Apr 2017 13:36:09 -0400 Subject: [PATCH] Typo (#23778) Missed that D... --- lib/ansible/modules/cloud/amazon/ec2_lc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/amazon/ec2_lc.py b/lib/ansible/modules/cloud/amazon/ec2_lc.py index cdff79bc66..1839f813af 100644 --- a/lib/ansible/modules/cloud/amazon/ec2_lc.py +++ b/lib/ansible/modules/cloud/amazon/ec2_lc.py @@ -129,7 +129,7 @@ requirements: """ EXAMPLES = ''' -- name: note that encrypted volumes are only supporte in >= Ansible 2.4 +- name: note that encrypted volumes are only supported in >= Ansible 2.4 ec2_lc: name: special image_id: ami-XXX