mirror of https://github.com/ansible/ansible.git
Workaround python-libselinux API change (#25685)
In the past, selinux.security_get_boolean_names did return 'bytes'
on python 3, but this was changed to return string later, cf:
b8711e2eaf
So we have to convert to bytes only if the API return us bytes.
Fix #25651
pull/14817/merge
parent
ede82e2130
commit
e2d6ecfa40
Loading…
Reference in New Issue