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.
reviewable/pr18780/r1
Jeff Gonzalez 11 years ago
parent b0c94cd6f6
commit 369eeb2666

@ -100,7 +100,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"

Loading…
Cancel
Save