Fix example indentation bug

reviewable/pr18780/r1
Jaime Gago 9 years ago
parent a46b3a4dc4
commit 1f62f5f580

@ -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

Loading…
Cancel
Save