Skip to content

Commit

Permalink
Default nodjs_install_npm_user to ansible_user_id
Browse files Browse the repository at this point in the history
Resolves Issue artefactual-labs#151 until it can be fixed upstream
  • Loading branch information
misilot committed Mar 29, 2021
1 parent f88414e commit 67dcc34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"

0 comments on commit 67dcc34

Please sign in to comment.