Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default nodjs_install_npm_user to ansible_user_id #330

Open
wants to merge 1 commit into
base: stable/1.12.x
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Default nodjs_install_npm_user to ansible_user_id
Resolves Issue #151 until it can be fixed upstream
  • Loading branch information
misilot committed Mar 29, 2021
commit 67dcc34d1a4f8636197a9f2faa2d63e7a10c96ba
2 changes: 2 additions & 0 deletions defaults/main.yml
Original file line number Diff line number Diff line change
@@ -236,3 +236,5 @@ archivematica_src_syslog_mcpserver_level: "DEBUG"
# - { location_purpose: "AS", location_path: "/aipstore", location_description: "AipStore", location_default: "true" }
# - { location_purpose: "TS", location_path: "/transfer-source/", location_description: "Transfer Source", location_default: "false" }

# Default the nodejs_install_npm_user to `ansible_user_id`, until it can be fixed upstream
nodejs_install_npm_user: "{{ ansible_user_id }}"