Merge pull request #518 from likwid/devel

Fixed formatting in cloudformation example
This commit is contained in:
Toshio Kuratomi 2014-12-16 23:18:01 -08:00
commit c853bb5a0f

View file

@ -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"