Skip to content

Commit

Permalink
Fix typo in vars/main.yml
Browse files Browse the repository at this point in the history
occured -> occurred

Signed-off-by: Ikko Ashimine <[email protected]>
  • Loading branch information
eltociear committed Jan 29, 2022
1 parent bd5cea6 commit b34a864
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions control_plane/roles/provision_idrac/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ provision_method_pxe: "PXE"
# Usage: update_firmware.yml
idrac_port: 443
idrac_error_message: "Unable to complete the operation because the catalog name entered has either unsupported firmware packages or same version installed on the server"
firmware_job_fail_msg: "Failed. Error occured while updating firmware"
firmware_job_fail_msg: "Failed. Error occurred while updating firmware"
firmware_job_success_msg: "Firmware update job compeleted successfully"

# Usage: import_scp.yml
Expand All @@ -71,4 +71,4 @@ file_permission: 0644
provision_os_msg: "OS provisioning is initiated. Wait for installation to complete for all servers."
idrac_provisioning_fail_msg: "OS provisioning using iDRAC is failed. This could be due to older firmware or some internal issues with server. Re-run idrac_template after fixing the issue"
pxe_provisioning_fail_msg: "OS provisioning using PXE is failed. This could be due some internal issues with server. Re-run idrac_template after fixing the issue"
add_inventory_fail_msg: "Failed. Unable to add provisioned host to provisioned_idrac_inventory."
add_inventory_fail_msg: "Failed. Unable to add provisioned host to provisioned_idrac_inventory."

0 comments on commit b34a864

Please sign in to comment.