Skip to content

Remove pinned ansible version in requirements.txt #58

@MallocArray

Description

@MallocArray

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions