b70d5d9aee
* Add module ses_rule_set for Amazon SES * Update behaviours and naming to be consistent with other aws_ses_ modules. * Add global lock around tests using active rule sets to prevent intermittent test failures. * Fix deletion of rule sets so that we don't inactivate the active rule set when force deleting an inactive rule set.
15 lines
600 B
YAML
15 lines
600 B
YAML
---
|
|
# ============================================================
|
|
# Release a lock obtained using obtain-lock.yaml
|
|
# This should be included in the always clause of a block to
|
|
# ensure the lock is released. See obtain-lock.yaml for more
|
|
# details of how the locking works.
|
|
# ============================================================
|
|
|
|
- cloudwatchlogs_log_group:
|
|
log_group_name: "{{ lock_attempt_log_group_name }}"
|
|
state: absent
|
|
aws_access_key: "{{ aws_access_key }}"
|
|
aws_secret_key: "{{ aws_secret_key }}"
|
|
security_token: "{{ security_token }}"
|
|
region: "{{ aws_region }}"
|