From 7d64ac95df30423b29085476932014add5b0bbab Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Tue, 4 Apr 2017 14:08:07 -0400 Subject: [PATCH] doc notes --- lib/ansible/modules/cloud/amazon/ec2_lc.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/amazon/ec2_lc.py b/lib/ansible/modules/cloud/amazon/ec2_lc.py index d9cc3398a6d..9d8e6c4f900 100644 --- a/lib/ansible/modules/cloud/amazon/ec2_lc.py +++ b/lib/ansible/modules/cloud/amazon/ec2_lc.py @@ -30,6 +30,7 @@ notes: - "Amazon ASG Autoscaling Launch Configurations are immutable once created, so modifying the configuration after it is changed will not modify the launch configuration on AWS. You must create a new config and assign it to the ASG instead." + - encrypted volumes are supported on versions >= 2.4 version_added: "1.6" author: "Gareth Rushgrove (@garethr)" options: @@ -128,7 +129,8 @@ requirements: """ EXAMPLES = ''' -- ec2_lc: +- name: note that encrypted volumes are only supporte in >= Ansible 2.4 + ec2_lc: name: special image_id: ami-XXX key_name: default