always show ansible diffs
This commit is contained in:
parent
bc237e82af
commit
401af4717e
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
||||||
[defaults]
|
[defaults]
|
||||||
# (pathspec) Colon separated paths in which Ansible will search for Roles.
|
|
||||||
roles_path=~/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:roles
|
roles_path=~/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:roles
|
||||||
inventory=inventory
|
inventory=inventory
|
||||||
vault_password_file=./.vault_password
|
vault_password_file=./.vault_password
|
||||||
|
@ -7,3 +6,6 @@ playbook_dir=playbooks
|
||||||
|
|
||||||
[privilege_escalation]
|
[privilege_escalation]
|
||||||
become_ask_pass=true
|
become_ask_pass=true
|
||||||
|
|
||||||
|
[diff]
|
||||||
|
always = True
|
||||||
|
|
Reference in a new issue