geerlingguy / ansible-role-nodejs

Ansible Role - Node.js

Home Page:https://galaxy.ansible.com/geerlingguy/nodejs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chgrp failed: failed to look up group

wonderchang opened this issue · comments

I got the error

{"changed": false, "gid": 0, "group": "root", "mode": "0755", "msg": "chgrp failed: failed to look up group myuser", "owner": "myuser", "path": "/usr/local/lib/npm", "size": 4096, "state": "directory", "uid": 9058}

In my scenario, for some management policy reasons, the ssh-agent user's name and group are not the same.

group: "{{ nodejs_install_npm_user }}"

Is it possible to make group adjustable?

I found the same issue when the ssh-agent user's name and group are not the same.

commented

This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.

commented

This issue has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details.