From 401af4717ed33c08e205a2e4cd85cc3c45cad1bd Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Wed, 22 Feb 2023 12:10:09 +0100 Subject: [PATCH] always show ansible diffs --- ansible.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index f58438f..9166e14 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,5 +1,4 @@ [defaults] -# (pathspec) Colon separated paths in which Ansible will search for Roles. roles_path=~/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:roles inventory=inventory vault_password_file=./.vault_password @@ -7,3 +6,6 @@ playbook_dir=playbooks [privilege_escalation] become_ask_pass=true + +[diff] +always = True