diff --git a/entrypoint b/entrypoint index 2e10417..65ef3a2 100755 --- a/entrypoint +++ b/entrypoint @@ -38,6 +38,8 @@ if [ -n "$PLUGIN_VAULT_TOKEN" ]; then run_command "mkdir credentials" 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 "" fi