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

Environment Variable Sanitization Needs Be Better #19

Closed naftulikay closed 7 years ago

naftulikay commented 7 years ago

Currently, boolean values will be serialized as True and False rather than their lowercase equivalents. We might be able to get away with JSON serialization for non-strings.