summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Coca <bcoca@ansible.com>2015-08-24 18:44:15 -0400
committerBrian Coca <bcoca@ansible.com>2015-08-24 18:44:15 -0400
commit116793889fc22cfe1256bd968e73d4867f3980bf (patch)
treeadec1a985a925e5bd91a672707d1a6888c4e29e8
parentb29276df34be687c6322a34494e0f8888b183a4b (diff)
parent6a8108133ddcb7ac0450c0f0894948eca30b363e (diff)
downloadansible-modules-core-116793889fc22cfe1256bd968e73d4867f3980bf.tar.gz
Merge pull request #1915 from leedm777/patch-1
ec2_vol: Added missing "needs 2.0" doc
-rw-r--r--cloud/amazon/ec2_vol.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cloud/amazon/ec2_vol.py b/cloud/amazon/ec2_vol.py
index 4b829f7c..228bb12c 100644
--- a/cloud/amazon/ec2_vol.py
+++ b/cloud/amazon/ec2_vol.py
@@ -146,6 +146,7 @@ EXAMPLES = '''
# Example: Launch an instance and then add a volume if not already attached
# * Volume will be created with the given name if not already created.
# * Nothing will happen if the volume is already attached.
+# * Requires Ansible 2.0
- ec2:
keypair: "{{ keypair }}"