Merge pull request #518 from likwid/devel

Fixed formatting in cloudformation example
reviewable/pr18780/r1
Toshio Kuratomi 10 years ago
commit c853bb5a0f

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