Merge pull request #518 from likwid/devel
Fixed formatting in cloudformation example
This commit is contained in:
commit
c853bb5a0f
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue