Skip to content
Snippets Groups Projects
Commit ac5b2fef authored by Martin van Es's avatar Martin van Es
Browse files

Create .npmrc from template

parent 9b6cfb5e
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,14 @@
group: "root"
mode: 0644
- name: Write .npmrc from template
ansible.builtin.shell:
cmd: "cat .npmrc.template | envsubst > .npmrc"
chdir: "{{ wallet_ecosystem_dir }}"
creates: "{{ wallet_ecosystem_dir }}/.npmrc"
environment:
GITHUB_AUTH_TOKEN: "{{ github_token }}"
- name: Touch files
ansible.builtin.file:
path: "{{ item }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment