Open
Description
Summary
pnpm always showing changed for global installs.
Issue Type
Bug Report
Component Name
pnpm
Ansible Version
2.8.13
Community.general Version
10.4.0
Configuration
$ ansible-config dump --only-changed
OS / Environment
No response
Steps to Reproduce
Create a package.json in ~/.local/share/pnpm/global/5/package.json. Run pnpm install -g
to install everything.
Run this task to do the same thing.
- community.general.pnpm:
global: true
Expected Results
changed should be false.
Actual Results
Lockfile is up to date, resolution step is skipped
Already up to date
Done in 640ms
using pnpm v10.6.5
changed is true.
Code of Conduct
- I agree to follow the Ansible Code of Conduct