Merge pull request #1548 from freshbooks/ec2_vol_example_fixes

Indentation fix for with and register in the ec2_vol example
This commit is contained in:
Brian Coca 2015-06-19 13:08:01 -04:00
commit dddb8f9df1

View file

@ -160,8 +160,8 @@ EXAMPLES = '''
instance: "{{ item.id }}"
name: my_existing_volume_Name_tag
device_name: /dev/xvdf
with_items: ec2.instances
register: ec2_vol
with_items: ec2.instances
register: ec2_vol
# Remove a volume
- ec2_vol: