mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
osx_defaults: fix handling negative integers (#676)
* osx_defaults: fix handling negative integers * add changelog fragment
This commit is contained in:
@@ -177,6 +177,7 @@
|
||||
with_items: &data_type
|
||||
- { type: 'int', value: 1, key: 'sample_int'}
|
||||
- { type: 'integer', value: 1, key: 'sample_int_2'}
|
||||
- { type: 'integer', value: -1, key: 'negative_int'}
|
||||
- { type: 'bool', value: True, key: 'sample_bool'}
|
||||
- { type: 'boolean', value: True, key: 'sample_bool_2'}
|
||||
- { type: 'date', value: "2019-02-19 10:10:10", key: 'sample_date'}
|
||||
|
||||
Reference in New Issue
Block a user