diff options
Diffstat (limited to 'shell-scripts/pass-ansible-vault-client')
| -rwxr-xr-x | shell-scripts/pass-ansible-vault-client | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/shell-scripts/pass-ansible-vault-client b/shell-scripts/pass-ansible-vault-client deleted file mode 100755 index 8b8d026..0000000 --- a/shell-scripts/pass-ansible-vault-client +++ /dev/null @@ -1,17 +0,0 @@ -#!@bash@/bin/bash -VAULT_ID="" -while [[ $# -gt 0 ]]; do - case $1 in - --vault-id) - VAULT_ID=$2 - shift - shift - ;; - --vault-id=*) - VAULT_ID="${1#*=}" - shift - ;; - esac -done - -pass show work/ansible-vault/$VAULT_ID |
