diff options
author | Julien PRIGENT <julienprigent@wanadoo.fr> | 2020-02-29 02:33:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-29 02:33:30 +0100 |
commit | fbcef7e586d7a9656e859825aeed744fe4f0845b (patch) | |
tree | b47929b56e1548078e59ea59dafdfe687c917abc /changelogs | |
parent | ansible-galaxy - optimise some paths and use fake galaxy int tests (#67685) (diff) | |
download | ansible-fbcef7e586d7a9656e859825aeed744fe4f0845b.tar.xz ansible-fbcef7e586d7a9656e859825aeed744fe4f0845b.zip |
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>
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/480004-cloudwatchlogs_log_group-KeyError.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/fragments/480004-cloudwatchlogs_log_group-KeyError.yaml b/changelogs/fragments/480004-cloudwatchlogs_log_group-KeyError.yaml new file mode 100644 index 0000000000..6852682125 --- /dev/null +++ b/changelogs/fragments/480004-cloudwatchlogs_log_group-KeyError.yaml @@ -0,0 +1,4 @@ +--- +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) |