Rename shorter command and add default

This commit is contained in:
Luke Murphy
2020-03-21 23:54:25 +01:00
parent e6aa8fa4d1
commit fe3baa4eb2
3 changed files with 22 additions and 6 deletions

View File

@ -11,7 +11,7 @@ case "$1" in
#shellcheck disable=SC2034
declare desc="return ansible-playbook plugin help content"
cat<<help_content
ansible:add-vault-password, Insert new vault password for encrypt/decrypt of passwords
ansible:vault-pass, Insert new vault password for encrypt/decrypt of passwords
help_content
}