[ansible-project] New module return type

2018-02-04 Thread Jordan Borean
I don’t meant to burst your bubble but a module to do this already exists http://docs.ansible.com/ansible/latest/osx_defaults_module.html. It may be good to look into that and see if it does what you are looking to so. For this issue, complex usually means a rift type, you may be better off sett

[ansible-project] New module return type

2018-02-04 Thread matzehollerbach
I'm currently developing my first ansible module . It can read/write os x settings, since these settings can be nested the return type can be an integer, float, string, dict, list, etc... When I run t