X-Git-Url: https://git.ralfj.de/ansible.git/blobdiff_plain/cc441ad57552faa990c070a6f9e9ce59294f9939..70199edce7767fc8e990a2cf21b4aed73c90ce53:/ansible.cfg diff --git a/ansible.cfg b/ansible.cfg index e326777..d6bbf37 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,6 +1,10 @@ [defaults] inventory = hosts stdout_callback = debug +hash_behaviour = merge + +[diff] +always = True [privilege_escalation] become = True