Skip to content
Snippets Groups Projects
Commit 23a145b4 authored by nimrod's avatar nimrod
Browse files

Added ansible-vault Git filter.

parent 4ec315cb
No related branches found
No related tags found
No related merge requests found
...@@ -41,6 +41,9 @@ ...@@ -41,6 +41,9 @@
[fetch] [fetch]
fsckobjects = true fsckobjects = true
prune = true prune = true
[filter "ansible-vault"]
clean = ANSIBLE_VERBOSITY=0 ansible-vault encrypt
smudge = ANSIBLE_VERBOSITY=0 ansible-vault decrypt
[grep] [grep]
linenumber = true linenumber = true
[merge] [merge]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment