Merge pull request #1820 from jaimegago/patch-1

Fix example indentation bug
i seem to have misread the patch, i thought it was doing the contrary of what it was. Sorry, merging it in now.
This commit is contained in:
Brian Coca 2015-07-30 09:52:00 -04:00
commit d6b9989c71

View file

@ -140,7 +140,7 @@ EXAMPLES = '''
- ec2_vol:
instance: "{{ item.id }} "
volume_size: 5
with_items: ec2.instances
with_items: ec2.instances
register: ec2_vol
# Example: Launch an instance and then add a volume if not already attached