From a7d0804279ea0ec1a00fd2d20fa7ef9ebbed711d Mon Sep 17 00:00:00 2001 From: Vladimir Pavljuchenkov Date: Wed, 18 Jul 2018 20:06:38 +0300 Subject: [PATCH] Update cloudformation.py (#42948) missed space +label: docsite_pr --- lib/ansible/modules/cloud/amazon/cloudformation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/amazon/cloudformation.py b/lib/ansible/modules/cloud/amazon/cloudformation.py index 889b49da28..9d47c8bcb5 100644 --- a/lib/ansible/modules/cloud/amazon/cloudformation.py +++ b/lib/ansible/modules/cloud/amazon/cloudformation.py @@ -53,7 +53,7 @@ options: - This must be the full path to the file, relative to the working directory. If using roles this may look like "roles/cloudformation/files/cloudformation-example.json". - If 'state' is 'present' and the stack does not exist yet, either 'template', 'template_body' or 'template_url' - must be specified (but only one of them). If 'state' ispresent, the stack does exist, and neither 'template', + must be specified (but only one of them). If 'state' is 'present', the stack does exist, and neither 'template', 'template_body' nor 'template_url' are specified, the previous template will be reused. notification_arns: description: