Add missing cmd

This commit is contained in:
Luke Murphy 2020-03-22 00:02:39 +01:00
parent fe3baa4eb2
commit 9be671129e
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ source "$PLUGIN_CORE_AVAILABLE_PATH/common/functions"
ansible_vault_pass_cmd() {
#shellcheck disable=SC2034
declare desc="insert new vault password for encrypt/decrypt of passwords"
local cmd="ansible:vault-pass"
if [[ -f "$DOKKU_LIB/data/ansible/.vault-pass" ]]; then
dokku_col_log_info1_quiet "Vault password already in place"