Skip to content

Commit

Permalink
Configure NPM for the deploy user.
Browse files Browse the repository at this point in the history
  • Loading branch information
tpendragon committed Jan 15, 2025
1 parent 2c58db9 commit e3a51a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/figgy/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,5 +262,7 @@
ansible.builtin.shell:
cmd: "npm config set //npm.pkg.github.com/:_authToken {{ figgy_github_package_token }} && npm config set @mapnik:registry https://npm.pkg.github.com"
changed_when: "'molecule-idempotence-notest' not in ansible_skip_tags"
become: yes
become_user: '{{ deploy_user }}'
tags:
- site_config

0 comments on commit e3a51a4

Please sign in to comment.