mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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:
parent
60ed80f99a
commit
8eedd915cd
1 changed files with 2 additions and 1 deletions
|
@ -107,7 +107,8 @@ tasks:
|
||||||
cloudformation:
|
cloudformation:
|
||||||
stack_name: "ansible-cloudformation"
|
stack_name: "ansible-cloudformation"
|
||||||
state: "present"
|
state: "present"
|
||||||
region: "us-east-1 disable_rollback=true"
|
region: "us-east-1"
|
||||||
|
disable_rollback: true
|
||||||
template: "files/cloudformation-example.json"
|
template: "files/cloudformation-example.json"
|
||||||
template_parameters:
|
template_parameters:
|
||||||
KeyName: "jmartin"
|
KeyName: "jmartin"
|
||||||
|
|
Loading…
Reference in a new issue