mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 11:51:26 -07:00
Indentation fix for with and register in the ec2_vol example
This commit is contained in:
parent
9c3f9d23c8
commit
97a2cd0bd9
1 changed files with 2 additions and 2 deletions
|
@ -160,8 +160,8 @@ EXAMPLES = '''
|
||||||
instance: "{{ item.id }}"
|
instance: "{{ item.id }}"
|
||||||
name: my_existing_volume_Name_tag
|
name: my_existing_volume_Name_tag
|
||||||
device_name: /dev/xvdf
|
device_name: /dev/xvdf
|
||||||
with_items: ec2.instances
|
with_items: ec2.instances
|
||||||
register: ec2_vol
|
register: ec2_vol
|
||||||
|
|
||||||
# Remove a volume
|
# Remove a volume
|
||||||
- ec2_vol:
|
- ec2_vol:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue