mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 01:03:09 +00:00
Fix ec2_snapshot documentation
last_snapshot_min_age is added in 2.0, not 1.9
This commit is contained in:
committed by
Matt Clay
parent
aaa82d1942
commit
fba26fda1c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user