move to new module setup (#2)
Reviewed-on: https://git.pim.kunis.nl/home/hermes/pulls/2
This commit is contained in:
parent
d13fb8ee95
commit
1088fefdb2
20 changed files with 9 additions and 64 deletions
|
@ -1,9 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
pass=`secret-tool lookup ansible_vault hermes`
|
||||
retval=$?
|
||||
|
||||
if [ $retval -ne 0 ]; then
|
||||
read -s pass
|
||||
fi
|
||||
echo $pass
|
Reference in a new issue