mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
feat: meaningful error message scaleway image not found (#48829)
This commit is contained in:
parent
9f785cf8a9
commit
70fff13a6e
3 changed files with 15 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# Below information has been taken from https://developer.scaleway.com/#servers
|
||||
---
|
||||
scaleway_image_id: 89ee4018-f8c3-4dc4-a6b5-bca14f985ebe
|
||||
scaleway_image_id: 6a601340-19c1-4ca7-9c1c-0704bcc9f5fe
|
||||
scaleway_organization: '{{ scw_org }}'
|
||||
scaleway_region: ams1
|
||||
scaleway_commerial_type: START1-S
|
||||
|
|
|
@ -384,3 +384,4 @@
|
|||
that:
|
||||
- unexisting_image_check is not success
|
||||
- unexisting_image_check is not changed
|
||||
- unexisting_image_check.msg == "Error in getting image this-image-does-not-exists on https://cp-{{scaleway_region}}.scaleway.com"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue