chore: provide the location of deploy_image_path if missing

If the `deploy_image_path` is missing provide the location in the
error message.

Change-Id: I08a168d2c73edbf46a7899bcc7a4ca050f712ba7
This commit is contained in:
John L. Villalovos 2023-03-10 11:40:50 -08:00
parent eb9426d228
commit 7eba5b9a00
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@
- name: "Error if deploy_image_path is not present, and instance_info is not defined"
fail:
msg: "The user-defined deploy_image_path, which is the image to be written to the remote node(s) upon deployment, was not found. Cannot proceed."
msg: "The user-defined deploy_image_path {{ deploy_image_path }}, which is the image to be written to the remote node(s) upon deployment, was not found. Cannot proceed."
when: not test_deploy_image.stat.exists
- name: "Set the calculated checksum"