diff options
author | Jonathan <jonjitsu@users.noreply.github.com> | 2018-09-01 22:17:25 -0400 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2018-09-25 14:55:15 -0700 |
commit | a23dfce2c90e87878897e42d6ac5bbf11ceb420e (patch) | |
tree | ad7fba015270e28ce9746910924fde02fb45f301 /changelogs | |
parent | c3e1269ecb5a475d03d97fe977844582e24d0fe3 (diff) | |
download | ansible-a23dfce2c90e87878897e42d6ac5bbf11ceb420e.tar.gz |
Added default value for when CloudFrontOriginAccessIdentityList is (#44984)
missing.
(cherry picked from commit 93cd0502505822eda5b16c0017d8a0394e16c605)
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/fix_44984.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/fix_44984.yaml b/changelogs/fragments/fix_44984.yaml new file mode 100644 index 0000000000..10bfb8716a --- /dev/null +++ b/changelogs/fragments/fix_44984.yaml @@ -0,0 +1,2 @@ +bugfixes: +- cloudfront - fix bug when CloudFrontOriginAccessIdentityList is missing (https://github.com/ansible/ansible/pull/44984) |