Maybe last fix for the CI

This commit is contained in:
Alexandre Iooss 2019-03-12 16:56:01 +01:00
parent cc48990798
commit 431b063db7
2 changed files with 9 additions and 3 deletions

View file

@ -38,6 +38,9 @@
path: /var/local/etherpad/etherpad-lite/node_modules/ep_etherpad-lite
become: true
become_user: etherpad
register: npm_result
retries: 3
until: npm_result is succeeded
# Configuration
- name: Configure EtherPad

View file

@ -21,6 +21,9 @@
path: /var/local/matrix-appservice-discord/matrix-appservice-discord
become: true
become_user: matrix-appservice-discord
register: npm_result
retries: 3
until: npm_result is succeeded
# Typescript into javascript
- name: Compile matrix-appservice-discord