-
Notifications
You must be signed in to change notification settings - Fork 18
Ansible core version constraint is ignored #354
Copy link
Copy link
Closed
Description
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
...Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done