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:
parent
eb9426d228
commit
7eba5b9a00
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user