Fix password store path
This commit is contained in:
parent
7fc06236e4
commit
e26ea402c7
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ fi
|
|||
|
||||
TARGET=$1
|
||||
|
||||
ENC=/srv/ansible-private/keystore/${TARGET}.asc
|
||||
KEY=/srv/ansible-private/ssh/id_rsa
|
||||
ENC=/srv/private/keystore/${TARGET}.asc
|
||||
KEY=/srv/private/ssh/id_rsa
|
||||
|
||||
if [ ! -f "${KEY}" ]; then
|
||||
echo "ERR: Cannot find encryption key file ${KEY}" 1>&2
|
||||
|
|
Loading…
Add table
Reference in a new issue