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 met a problem when I use ali_instance to delete an instance in aliyun, it can delete the specified instance actually, but normally report the error in the ansible execution like:
13:49:02 TASK [aliyun : delete build-analytic from aliyun] ******************************
13:49:02 fatal: [aliyun-host]: FAILED! => {"changed": false, "msg": "Delete instance got an error: the JSON object must be str, not 'bytes'"}
it really impact my ansible execution process, please help to check if there is problem.
My ansible version is 2.9.2, and version for alicloud SDK and its ansible mouldes as below:
Hi,
I met a problem when I use
ali_instance
to delete an instance in aliyun, it can delete the specified instance actually, but normally report the error in the ansible execution like:it really impact my ansible execution process, please help to check if there is problem.
My ansible version is 2.9.2, and version for alicloud SDK and its ansible mouldes as below:
best regards.
The text was updated successfully, but these errors were encountered: