Commit Graph

7 Commits (b65bd39615fa3204d4d09bb000c14602fe4fe9cb)

Author SHA1 Message Date
Tom X. Tobin 4c4a58e77b 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.
9 years ago
Michael Scherer 2f3dc1352f Replace choices=BOOLEANS by type='bool', fix #1326 9 years ago
Brian Coca 8753b2cd20 minor docfixes 10 years ago
Dag Wieers 685653b23b Another incompatibility with python 2.4 10 years ago
Dag Wieers f967aa376d Fix TravisCI failure on python 2.4 10 years ago
Franck Nijhof 130bd670d8 Small fix for boolean when boolean type was set via a variable (somehow changes the behaviour of Ansible because of YAML as it seems. Booleans then become represented as a string). 10 years ago
Franck Nijhof 2c43cdb123 Renamed module from mac_defaults to osx_defaults so the naming is more up to par with existing modules (e.g. osx_say) 10 years ago