You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From your description, I reckon you are probably using the community.general 9.5.1 instead of the 10.0.0. I created a PR (9170, mentioned above) that proves that the command line is being generated as it should, at least in the latest code.
Could you please ensure you are using the 10.0.0 version in your test? I believe it will produce the expected outcome.
Summary
pipx
role does not install packages globally when requestingstate: latest
, but it does withstate: present
Issue Type
Bug Report
Component Name
pipx
Ansible Version
Community.general Version
Configuration
$ ansible-config dump --only-changed
OS / Environment
devontainer
mcr.microsoft.com/vscode/devcontainers/python
Steps to Reproduce
Expected Results
"cmd": ["/bin/python3", "-m", "pipx", "upgrade", "--global", "hello-world"]
Actual Results
"cmd": ["/bin/python3", "-m", "pipx", "upgrade", "hello-world"]
Code of Conduct
The text was updated successfully, but these errors were encountered: