mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +00:00
vca module utility uses response object instead of response.content which raises exception in while fail_json call. Use content attribute from response object instead which is exact description of HTTP Response error. Fixes #25378 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>