Move option and value to same line

This commit is contained in:
Luke Murphy 2020-03-21 01:34:02 +01:00
parent a51d59bfc9
commit 9e34191cdd
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 2 deletions

View File

@ -11,6 +11,5 @@ declare secret="$2"
ansible-vault \
encrypt_string \
--vault-password-file ansible/.vault.sh \
--name \
"$name" \
--name "$name" \
"$secret"