mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 17:23:09 +00:00
Indentation fix for with and register in the ec2_vol example
This commit is contained in:
committed by
Matt Clay
parent
9c3f9d23c8
commit
97a2cd0bd9
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user