mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-08 02:01:31 -07:00
[cloud] Add template_body parameter to cloudformation module to allow lookups (#33485)
This commit is contained in:
parent
0b823e3fe0
commit
60b5c6890a
2 changed files with 37 additions and 7 deletions
|
@ -128,4 +128,4 @@ def test_missing_template_body(placeboify):
|
|||
)
|
||||
assert exc_info.match('FAIL')
|
||||
assert not m.exit_args
|
||||
assert "Either 'template' or 'template_url' is required when the stack does not exist." == m.exit_kwargs['msg']
|
||||
assert "Either 'template', 'template_body' or 'template_url' is required when the stack does not exist." == m.exit_kwargs['msg']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue