-
Notifications
You must be signed in to change notification settings - Fork 10
Description
PROBLEM SUMMARY
requirements.txt in this repo pins ansible==8.0.0 which is now unsupported as of November 2024
https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html
If the intent is that the minimum version supported by this collection is 2.15, then that can be specified, but making it need to equal exactly is a problem
STEPS TO REPRODUCE
Install requirements.txt using pip3 results in old and unsupported version of Ansible
EXPECTED RESULTS
Only a minimum supported version is specified, such as ansible>=8.0.0 if that is the intent, or do not list ansible in the requirements at all, as this is only usable with Ansible that would already be installed
ACTUAL RESULTS
Ansible 2.15.13 is forcefully installed, potentially uninstalling later versions of Ansible
ENVIRONMENT DETAILS
COMMENTS/WORKAROUNDS