diff --git a/lib/ansible/modules/cloud/amazon/cloudformation.py b/lib/ansible/modules/cloud/amazon/cloudformation.py index 631189bc43c..1c8a9d6aca5 100644 --- a/lib/ansible/modules/cloud/amazon/cloudformation.py +++ b/lib/ansible/modules/cloud/amazon/cloudformation.py @@ -107,7 +107,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"