fix npm install

matrix
histausse 3 years ago
parent 4557020321
commit 619b4bafa9
Signed by: histausse
GPG Key ID: 67486F107F62E9E9

@ -35,7 +35,7 @@
- name: Dowload the sources of the bot
git:
repo: 'https://github.com/t2bot/matrix-appservice-discord.git'
repo: 'https://github.com/Half-Shot/matrix-appservice-discord.git'
dest: /srv/matrix-appservice-discord
update: no # because this module is stupid and cannot ignore local changes
# notify: Re-build discord bridge
@ -45,6 +45,11 @@
path: /srv/matrix-appservice-discord
state: latest
executable: /usr/bin/npm --force
retries: 3
delay: 1
register: npm_install_result
until: npm_install_result is succeeded
# The dependencies are screwed up...
- name: Build typescript
shell:

Loading…
Cancel
Save