naftulikay / ansible-role-degoss

An Ansible role for installing, running, and removing Goss from a system without leaving any traces.
Other
42 stars 12 forks source link

Bugfix/corbett bytestostring :: Python3 Support #56

Open asciifaceman opened 3 years ago

asciifaceman commented 3 years ago

Sorry for the commit spam - squash on merge to clean that up.

Tested on 3.8.5

Python3 introduces more aggression around the difference between str and bytes, apparent in a few operations degoss.py was performing


---- Should fix https://github.com/naftulikay/ansible-role-degoss/issues/47