Fix example indentation bug

pull/18777/head
Jaime Gago 9 years ago committed by Matt Clay
parent 92dfe33021
commit b203deee31

@ -140,7 +140,7 @@ EXAMPLES = '''
- ec2_vol: - ec2_vol:
instance: "{{ item.id }} " instance: "{{ item.id }} "
volume_size: 5 volume_size: 5
with_items: ec2.instances with_items: ec2.instances
register: ec2_vol register: ec2_vol
# Example: Launch an instance and then add a volume if not already attached # Example: Launch an instance and then add a volume if not already attached

Loading…
Cancel
Save