From 963545fa5e9c9ab3cf185f6a9a21f1ec379e2361 Mon Sep 17 00:00:00 2001 From: nicoo Date: Mon, 26 Nov 2018 22:29:28 +0100 Subject: [PATCH] Add a dummy ansible.cfg at the root, to make git helpers work --- ansible.cfg | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ansible.cfg diff --git a/ansible.cfg b/ansible.cfg new file mode 100644 index 0000000..f062f5f --- /dev/null +++ b/ansible.cfg @@ -0,0 +1,3 @@ +[defaults] +# Dirty hack to make git-diff & friends work +vault_password_file = ./ansible/gpg/get-vault-pass.sh -- 1.7.10.4