diff options
-rw-r--r-- | ansible.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ansible.cfg b/ansible.cfg index 1e9df43..d969d4d 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -6,4 +6,6 @@ fact_caching_connection = ~/.ansible/fact_cache gathering = smart nocows = true ansible_managed = Ansible managed: {file} modified on %Y-%m-%d %H:%M:%S by {uid} on {host} +# merge dictionaries +hash_behaviour=merge #stdout_callback=unixy |