mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
parent
3ca4a35334
commit
a7d0804279
1 changed files with 1 additions and 1 deletions
|
@ -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
|
- 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".
|
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'
|
- 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.
|
'template_body' nor 'template_url' are specified, the previous template will be reused.
|
||||||
notification_arns:
|
notification_arns:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Reference in a new issue