diff options
author | Marc Hörsken <mback2k@users.noreply.github.com> | 2019-07-31 10:16:47 +0200 |
---|---|---|
committer | Abhijeet Kasurde <akasurde@redhat.com> | 2019-07-31 10:16:47 +0200 |
commit | 98df8e01db9ad5023980d91326a872064d5f6be1 (patch) | |
tree | b0ac97af12c814704babc10cf5034967d122466a /changelogs | |
parent | Run pytest with dedicated pytest.ini. (#59842) (diff) | |
download | ansible-98df8e01db9ad5023980d91326a872064d5f6be1.tar.xz ansible-98df8e01db9ad5023980d91326a872064d5f6be1.zip |
Fix py3 decoding issues in cyberarkpassword (#59500)
* Fix py3 decoding issues in cyberarkpassword.py
* Use to_native instead of forced utf-8 decoding
* Use to_bytes to avoid trouble with Popen
* Create 59500-cyberarkpassword-fix-py3-decoding.yaml
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/59500-cyberarkpassword-fix-py3-decoding.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/59500-cyberarkpassword-fix-py3-decoding.yaml b/changelogs/fragments/59500-cyberarkpassword-fix-py3-decoding.yaml new file mode 100644 index 0000000000..0a04a2debd --- /dev/null +++ b/changelogs/fragments/59500-cyberarkpassword-fix-py3-decoding.yaml @@ -0,0 +1,2 @@ +bugfixes: + - cyberarkpassword - fix result decoding issues with Python 3 (https://github.com/ansible/ansible/issues/52625) |