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
Added a new task inventory_utils::merge to merge an array of hashes
This is super useful in inventory files where you need to resolve/merge configs
at different layers. Deep merge can be achieved by passing in the deep_merge: true parameter.
Fixed bug in inventory_utils::group_by where the group_configs option wasn't using
the right group name when performing lookups, causing configs to not get merged in.