osx_defaults: fix handling negative integers (#676)

* osx_defaults: fix handling negative integers

* add changelog fragment
This commit is contained in:
Andrew Klychkov 2020-07-21 17:12:21 +03:00 committed by GitHub
commit c207b7298c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 1 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- osx_defaults - fix handling negative integers (https://github.com/ansible-collections/community.general/issues/134).