mirror of https://github.com/ansible/ansible.git
Fix a process execution using lxc connection plugin on Python3.
python2-lxc module needs bytes, on the other hand python3-lxc requires text. To solve such incompatibility, use to_native other than to_bytes. This fixes #41060.pull/32376/merge
parent
204fc7becf
commit
9a4ad89ec5
Loading…
Reference in New Issue