Fix sed command
This commit is contained in:
parent
b0135b4da0
commit
33754d87f8
@ -39,7 +39,8 @@ if [ -n "$PLUGIN_VAULT_TOKEN" ]; then
|
|||||||
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"
|
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 ""
|
echo ""
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user