Skip to content

Ansible core version constraint is ignored #354

@avalls-smd

Description

@avalls-smd

When running ade with the following command ansible-core 2.19 is installed even through 2.16 is specified:

$ rm -rf .venv && uvx --from ansible-dev-environment ade install --acv 2.16.0 && .venv/bin/pip list
    Note: Created virtual environment: /home/avalls/projects/ansible/.venv
    Note: All python requirements are installed.
    Note: All required system packages are installed.
    Note: A virtual environment was specified but has not been activated.
    Note: Please activate the virtual environment:
          source .venv/bin/activate
Package                   Version
------------------------- --------
ansible-builder           3.1.0
ansible-compat            25.6.0
ansible-core              2.19.0
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions