make --diff the default
[ansible.git] / ansible.cfg
1 [defaults]
2 inventory = hosts
3 stdout_callback = debug
4
5 [diff]
6 always = True
7
8 [privilege_escalation]
9 become = True
10 become_ask_pass = True