You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be amazing to be able to supply this module with a nested dict, and then have it walk the dict.
This would allow passing a nested dict from group_vars and saving them in etcd on a host.
Example:
foo:
bar: "hello"
char:
moo: "cow"
would write the following keys
/bar 'hello'
/char/moo 'cow'
The text was updated successfully, but these errors were encountered:
It would be amazing to be able to supply this module with a nested dict, and then have it walk the dict.
This would allow passing a nested dict from group_vars and saving them in etcd on a host.
Example:
would write the following keys
The text was updated successfully, but these errors were encountered: