From fba26fda1c6fe4044f22f3fa587c2984c3a7e89e Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Wed, 25 Nov 2015 15:08:48 +0700 Subject: [PATCH] Fix ec2_snapshot documentation last_snapshot_min_age is added in 2.0, not 1.9 --- lib/ansible/modules/cloud/amazon/ec2_snapshot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/amazon/ec2_snapshot.py b/lib/ansible/modules/cloud/amazon/ec2_snapshot.py index 29fd559bea5..26d874fca6f 100644 --- a/lib/ansible/modules/cloud/amazon/ec2_snapshot.py +++ b/lib/ansible/modules/cloud/amazon/ec2_snapshot.py @@ -79,7 +79,7 @@ options: - If the volume's most recent snapshot has started less than `last_snapshot_min_age' minutes ago, a new snapshot will not be created. required: false default: 0 - version_added: "1.9" + version_added: "2.0" author: "Will Thames (@willthames)" extends_documentation_fragment: aws