mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-02 00:33:09 +00:00
On Darwin, sys.platform returns byte strings on both python2 and python3. Turn it into a text string everywhere in order to remedy that. Fixes #19845