Hi,
I’m trying to extend the ZFS module to add support for user properties.
My plan was to add a new module argument, called (guess what)
`user_properties` which accepts a list of dictionaries:
[{key: 'my.module.name:key-name', value: 'whatever'}, ...]
However, I get this error message:
> msg: this module requires key=value arguments
Even though I can pass an empty list or a list with string items, like
['a', 'b', 'c'].
Is there a way to do this?
Thank you.
--
Giorgio Valoti
--
You received this message because you are subscribed to the Google Groups
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.