ansible/lib
Tom X. Tobin 1223143ebe osx_defaults: Fix boolean value parsing
Values for boolean types were being unconditionally treated as strings
(by calling `.lower()`), thus breaking value parsing for actual boolean
and integer objects.

It looks like the bug was introduced in:

- 130bd670d8

Fixes #709.
2016-12-08 11:33:45 -05:00
..
ansible osx_defaults: Fix boolean value parsing 2016-12-08 11:33:45 -05:00