projects
/
ansible.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
dovecot: dont override settings with their default needlessly
[ansible.git]
/
ansible.cfg
diff --git
a/ansible.cfg
b/ansible.cfg
index 6a35488ceef43dc804a496b73b7a365669cd2ff9..d6bbf37119942f4f474a1c69e7e3ec2cb06c0b7e 100644
(file)
--- a/
ansible.cfg
+++ b/
ansible.cfg
@@
-1,5
+1,11
@@
[defaults]
inventory = hosts
+stdout_callback = debug
+hash_behaviour = merge
+
+[diff]
+always = True
[privilege_escalation]
+become = True
become_ask_pass = True