From 23a145b4fac9a779808184477b02493082a784d7 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Tue, 19 Mar 2019 16:02:18 +0200 Subject: [PATCH] Added ansible-vault Git filter. --- .config/git/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/git/config b/.config/git/config index 5724ab7..48d4415 100644 --- a/.config/git/config +++ b/.config/git/config @@ -41,6 +41,9 @@ [fetch] fsckobjects = true prune = true +[filter "ansible-vault"] + clean = ANSIBLE_VERBOSITY=0 ansible-vault encrypt + smudge = ANSIBLE_VERBOSITY=0 ansible-vault decrypt [grep] linenumber = true [merge] -- GitLab