remove echo from vault password prompt
This commit is contained in:
parent
5ed08e0f1a
commit
e105fef482
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@ pass=`secret-tool lookup ansible_vault homeservers`
|
|||
retval=$?
|
||||
|
||||
if [ $retval -ne 0 ]; then
|
||||
echo Provide password:
|
||||
read -s pass
|
||||
fi
|
||||
echo $pass
|
||||
|
|
Reference in a new issue