Indentation fix for with and register in the ec2_vol example
This commit is contained in:
parent
9acc7c402f
commit
96d2c09457
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue