ansible-collection-alb icon indicating copy to clipboard operation
ansible-collection-alb copied to clipboard

requests_toolbelt missing from requirements.txt

Open rexit1982 opened this issue 1 year ago • 0 comments

Describe the bug

The avi_api_image module requires requests_toolbelt but this is not listed in the documented requirements or requirements.txt file.

Reproduction steps

1.Install ansible, vmware.alb collection and pip modules from requirements text as documented 2.attempt to use avi_api_image to upload a package 3.recieve error fatal: [localhost]: FAILED! => { "changed": false, "invocation": { "module_args": { "api_context": null, "api_version": "22.1.6", "avi_credentials": null, "avi_deactivate_session_cache_as_fact": false, "controller": "", "file_path": "", "params": null, "password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "tenant": "admin", "tenant_uuid": "", "timeout": 300, "username": "admin" } }, "msg": "avi_api_image, requests_toolbelt is required for this module" }

Expected behavior

Expected that all required python modules are listed in docs for manual install and in requirments.txt file for automated installation.

Additional context

No response

rexit1982 avatar Apr 29 '25 12:04 rexit1982