change ansible config: silence warnings
[ansible.git] / ansible.cfg
index d735112b531b17db8e58a6020b592dcb46474f75..32215cf143bfa089b857c9e73cff28b49cbfd299 100644 (file)
@@ -1,5 +1,11 @@
 [defaults]
 inventory = hosts
+stdout_callback = debug
+hash_behaviour = merge
+interpreter_python = auto_silent
+
+[diff]
+always = True
 
 [privilege_escalation]
 become = True