[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

[ansible-project] Re: New module return type

2018-02-04 Thread matzehollerbach
Thank you for your response! Actually the osx_defaults module you are referring to is very limited in scope because the command it uses doesn't support nested dictionaries. My module manipulates these defaults in another way. What do you mean by "rift type" ? I think I will follow you advice and