mirror of https://github.com/ansible/ansible.git
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.
reviewable/pr18780/r1
parent
e5982ba5e3
commit
4c4a58e77b
Loading…
Reference in New Issue