TOSIT-IO / tdp-lib

Python library to configure, manage and deploy TDP
Apache License 2.0
4 stars 8 forks source link

Import `merge_hash` from ansible directly #609

Closed PaulFarault closed 3 months ago

PaulFarault commented 3 months ago

Which issue(s) this PR fixes

Fixes None

Additional comments

For now merge_hash was imported / re-exported from variables to be used by default_diff.

This PR import merge_hash from ansible in default_diff directly.

Agreements