Merge pull request #1915 from leedm777/patch-1

ec2_vol: Added missing "needs 2.0" doc
This commit is contained in:
Brian Coca 2015-08-24 18:44:15 -04:00
commit 116793889f

View file

@ -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 }}"