You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using ansible alicloud modules to handle my cloud resource in aliyun recently, but I found there are several problems in module ali_image_info:
if I specify the image_names in the module, but the image I specified actually doesn't exist, then the execution will be stuck and never return the result(I waited almost half an hour)
it seems it won't search the private images if image_names is specified, it only searched in the public images, please help to support it. I remember that alicould SDK actually support it.
best regards.
The text was updated successfully, but these errors were encountered:
Hi,
I'm using ansible alicloud modules to handle my cloud resource in aliyun recently, but I found there are several problems in module
ali_image_info
:image_names
in the module, but the image I specified actually doesn't exist, then the execution will be stuck and never return the result(I waited almost half an hour)image_names
is specified, it only searched in the public images, please help to support it. I remember that alicould SDK actually support it.best regards.
The text was updated successfully, but these errors were encountered: