Fixed typo in example playbook

This commit is contained in:
techraf 2016-01-19 20:45:50 +09:00 committed by Matt Clay
parent a0204b80dc
commit 896dcd9787

View file

@ -462,7 +462,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