# Pastebin jgDj98wW TheJulia: - name: "Fail if expected output file does not exist" fail: msg: > The image creation process exited with an error and failed to generate an image. Aborting build process. when: > (test_dib_image_create.rc is defined and test_dib_image_create.rc == 1) and test_dib_image_create.test_image_present.stat.exists == false and test_image_dib_present.stat.exists == false - name: "Fail if expected output file does not exist" fail: msg: > The ramdisk creation process exited with an error and failed to generate an ramdisk. Aborting build process. when: > (test_dib_ramdisk_create.rc is defined and test_dib_image_create.rc == 1) and test_image_initramfs_present.stat.exists == false