1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fix example indentation bug

This commit is contained in:
Jaime Gago 2015-07-27 23:40:49 -07:00 committed by Matt Clay
parent 92dfe33021
commit b203deee31

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