mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-17 14:39:09 -07:00
Start using ClientRequestTokens in event lists (#31997)
* Start using ClientRequestTokens in event lists * Include request token in all reqs that support it (basically all but check mode/changeset) * Update placebo recordings * Add comments for CRQ popping
This commit is contained in:
parent
70c58e74ab
commit
11c225e039
33 changed files with 550 additions and 913 deletions
|
@ -78,6 +78,7 @@ def test_basic_s3_stack(maybe_sleep, placeboify):
|
|||
params = {
|
||||
'StackName': 'ansible-test-basic-yaml',
|
||||
'TemplateBody': basic_yaml_tpl,
|
||||
'ClientRequestToken': '3faf3fb5-b289-41fc-b940-44151828f6cf',
|
||||
}
|
||||
m = FakeModule(disable_rollback=False)
|
||||
result = cfn_module.create_stack(m, params, connection)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue