diff options
author | Brian Coca <brian.coca+git@gmail.com> | 2016-01-18 08:25:32 -0500 |
---|---|---|
committer | Brian Coca <brian.coca+git@gmail.com> | 2016-01-18 08:25:32 -0500 |
commit | 618f74f35f5bd47904c59936fb38964e901cf647 (patch) | |
tree | 0a2bc3f59f193ed6befb4a4bc7b1fafa35ccbef3 | |
parent | ce8da3836444a3709a0d60e4806f2655a11dccc8 (diff) | |
download | ansible-modules-core-618f74f35f5bd47904c59936fb38964e901cf647.tar.gz |
added version_added
-rw-r--r-- | cloud/amazon/ec2_vol.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cloud/amazon/ec2_vol.py b/cloud/amazon/ec2_vol.py index b34d60f6..1563884a 100644 --- a/cloud/amazon/ec2_vol.py +++ b/cloud/amazon/ec2_vol.py @@ -73,6 +73,7 @@ options: required: false default: "no" choices: ["yes", "no"] + version_added: "2.1" zone: description: - zone in which to create the volume, if unset uses the zone the instance is in (if set) |