mirror of https://github.com/ansible/ansible.git
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 fixpull/67000/head
parent
3dbc03d58a
commit
aad286b403
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- Make cloudfront_info module work with Python 3
|
Loading…
Reference in New Issue