Fixed formatting in documentation

The example was using mixed shorthand and long form yaml (region: "us-east-1 disable_rollback=true"

I modified the entire example to be long form.
This commit is contained in:
Jeff Gonzalez 2014-12-15 10:18:31 -06:00 committed by Matt Clay
parent 60ed80f99a
commit 8eedd915cd

View file

@ -107,7 +107,8 @@ tasks:
cloudformation:
stack_name: "ansible-cloudformation"
state: "present"
region: "us-east-1 disable_rollback=true"
region: "us-east-1"
disable_rollback: true
template: "files/cloudformation-example.json"
template_parameters:
KeyName: "jmartin"