From b07ff99cace891084d3e978ddfd1953d0145cc0e 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 --- cloud/amazon/ec2_snapshot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/amazon/ec2_snapshot.py b/cloud/amazon/ec2_snapshot.py index 09fa0d90389..a3200efe847 100644 --- a/cloud/amazon/ec2_snapshot.py +++ b/cloud/amazon/ec2_snapshot.py @@ -74,7 +74,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: