mirror of https://github.com/ansible/ansible.git
Bkprt py3 pull fix (#37663)
* Compare byte strings to byte strings
* Fix a traceback in ansible-pull on python3 comparing output from
subprocess with a text string.
* Rename variables that hold byte strings so we are clear that those are
not text strings.
* Use to_text() to transform variable that's being displayed as it's
less fragile than str().
Fixes #36962
(cherry picked from commit b98ad3a12b)
* Add changelog entry for python3 ansible-pull fix
pull/37276/head
parent
389c4d1536
commit
4ecd16b2ae
@ -0,0 +1,3 @@
|
||||
---
|
||||
bugfixes:
|
||||
- ansible-pull - fixed a bug checking for changes when we've pulled from the git repository on python3 https://github.com/ansible/ansible/issues/36962
|
||||
Loading…
Reference in New Issue