ansible/changelogs/fragments/480004-cloudwatchlogs_log_group-KeyError.yaml
Julien PRIGENT fbcef7e586
cloudwatchlogs_log_group.py: retention handling improvement (#48004)
* cloudwatchlogs_log_group.py: retention handling improvement

* add purge_retention_policy to cloudwatchlogs_log_group.py

* update version added for purge_retention_policy feature

* make retention and purge_retention_policy mutually exclusive

* make purge_retention_policy and overwrite mutually exclusive

* changelog

Co-authored-by: Sloane Hertel <shertel@redhat.com>
Co-authored-by: Mark Chappell <mchappel@redhat.com>
2020-02-28 20:33:30 -05:00

4 lines
178 B
YAML

---
bugfixes:
- cloudwatchlogs_log_group - Fix a KeyError when updating a log group that does not have a retention period
(https://github.com/ansible/ansible/issues/47945)