Fixed typo in example playbook
This commit is contained in:
parent
08135a9cf8
commit
2016d3d822
1 changed files with 1 additions and 1 deletions
|
@ -465,7 +465,7 @@ EXAMPLES = '''
|
||||||
wait: True
|
wait: True
|
||||||
vpc_subnet_id: subnet-29e63245
|
vpc_subnet_id: subnet-29e63245
|
||||||
assign_public_ip: yes
|
assign_public_ip: yes
|
||||||
role:
|
roles:
|
||||||
- do_neat_stuff
|
- do_neat_stuff
|
||||||
- do_more_neat_stuff
|
- do_more_neat_stuff
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue