projects
/
noc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f94f67
)
ansible: set trust-model to always for vault handling scripts
author
Christian Pointner
<equinox@realraum.at>
Sat, 21 Apr 2018 20:09:32 +0000
(22:09 +0200)
committer
Christian Pointner
<equinox@realraum.at>
Sat, 21 Apr 2018 20:09:32 +0000
(22:09 +0200)
ansible/gpg/gpg2.sh
patch
|
blob
|
history
diff --git
a/ansible/gpg/gpg2.sh
b/ansible/gpg/gpg2.sh
index
b00c49c
..
60473dd
100755
(executable)
--- a/
ansible/gpg/gpg2.sh
+++ b/
ansible/gpg/gpg2.sh
@@
-1,2
+1,2
@@
#!/bin/bash
-exec gpg2 --keyring "${BASH_SOURCE%/*}/vault-keyring.gpg" --secret-keyring /dev/null --no-default-keyring $@
+exec gpg2 --keyring "${BASH_SOURCE%/*}/vault-keyring.gpg" --secret-keyring /dev/null --no-default-keyring --trust-model always $@