Merge pull request #1114 from nacyot/devel
Fix typo and indent in ec2_vol.py
This commit is contained in:
commit
937a74fb47
1 changed files with 4 additions and 4 deletions
|
@ -136,14 +136,14 @@ EXAMPLES = '''
|
|||
image: "{{ image }}"
|
||||
wait: yes
|
||||
count: 3
|
||||
register: ec2
|
||||
register: ec2
|
||||
- ec2_vol:
|
||||
instance: "{{ item.id }} "
|
||||
volume_size: 5
|
||||
with_items: ec2.instances
|
||||
register: ec2_vol
|
||||
register: ec2_vol
|
||||
|
||||
# Example: Launch an instance and then add a volue if not already present
|
||||
# Example: Launch an instance and then add a volume if not already present
|
||||
# * Nothing will happen if the volume is already attached.
|
||||
# * Volume must exist in the same zone.
|
||||
|
||||
|
@ -154,7 +154,7 @@ EXAMPLES = '''
|
|||
id: my_instance
|
||||
wait: yes
|
||||
count: 1
|
||||
register: ec2
|
||||
register: ec2
|
||||
|
||||
- ec2_vol:
|
||||
instance: "{{ item.id }}"
|
||||
|
|
Loading…
Add table
Reference in a new issue