diff --git a/entrypoint b/entrypoint index 65ef3a2..7d92f87 100755 --- a/entrypoint +++ b/entrypoint @@ -39,7 +39,8 @@ if [ -n "$PLUGIN_VAULT_TOKEN" ]; then echo "$PLUGIN_VAULT_TOKEN" > credentials/ci_vault_token args+=("--vault-password-file=credentials/ci_vault_token") echo "⚙️ Clean ansible.cfg" - run_command "sed -i '/vault_password_file.*/d' ./ansible.cfg" + echo "➡️ sed -i '/vault_password_file.*/d' ./ansible.cfg" + sed -i '/vault_password_file.*/d' ./ansible.cfg echo "" fi