ansible/changelogs/fragments/66695-cloudfront-info-python3-fix.yml
Stefan Horning aad286b403
Make cloudfront_info work with Python3 … (#66695)
* Make cloudfront_info work with Python3 by using dict.update(dict) instead of dict += dict.

* Added changelog fragment for cloudfront_info fix
2020-01-31 14:37:36 -05:00

2 lines
61 B
YAML

bugfixes:
- Make cloudfront_info module work with Python 3