Skip to content

pnpm always showing changed #9938

Open
Open
@kocv59

Description

@kocv59

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugThis issue/PR relates to a bugmodulemodulepluginsplugin (any type)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions