Compare commits

..

2 Commits

Author SHA1 Message Date
a813165bdb scaenae: move env vars to yarn task 2026-04-08 10:12:42 +02:00
2bc4119928 scaenae: add env vars for nvm 2026-04-08 10:07:36 +02:00

View File

@@ -32,3 +32,8 @@
become: true become: true
# To be changed!! # To be changed!!
become_user: nicolo become_user: nicolo
# This is required to ensure that the node executable is found
# when running yarn
environment:
NVM_DIR: /home/nicolo/.nvm
PATH: /home/nicolo/.nvm/versions/node/v22.21.1/bin:{{ ansible_env.PATH }}