Skip to content

Commit cd82685

Browse files
testing
1 parent 3bb1a0c commit cd82685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/sap_automation_qa.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ run_ansible_playbook() {
287287
temp_file=$(mktemp --suffix=.password)
288288
retrieve_secret_from_key_vault "$key_vault_id"
289289
echo "$secret_value" > "$temp_file"
290-
log "INFO" "Temporary password file created: $temp_file"
290+
log "INFO" "Temporary password file created."
291291
command="ansible-playbook ${cmd_dir}/../src/$playbook_name.yml -i $system_hosts \
292292
--extra-vars \"ansible_ssh_pass=$(cat $temp_file)\" --extra-vars @$VARS_FILE -e @$system_params \
293293
-e '_workspace_directory=$system_config_folder'"

0 commit comments

Comments
 (0)