Clean ansible.cfg
This commit is contained in:
parent
4a9f6f565e
commit
b0135b4da0
@ -38,6 +38,8 @@ if [ -n "$PLUGIN_VAULT_TOKEN" ]; then
|
|||||||
run_command "mkdir credentials"
|
run_command "mkdir credentials"
|
||||||
echo "$PLUGIN_VAULT_TOKEN" > credentials/ci_vault_token
|
echo "$PLUGIN_VAULT_TOKEN" > credentials/ci_vault_token
|
||||||
args+=("--vault-password-file=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 ""
|
echo ""
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user