[ethercalc] NPM install

certbot_on_virtu
Alexandre Iooss 2020-05-09 10:45:36 +02:00
parent 21fd284cc5
commit c5617f4c77
No known key found for this signature in database
GPG Key ID: 6C79278F3FCDCC02
1 changed files with 9 additions and 0 deletions

View File

@ -33,6 +33,15 @@
retries: 3
until: apt_result is succeeded
- name: Install EtherCalc
npm:
name: ethercalc
global: true
state: latest
register: npm_result
retries: 3
until: npm_result is succeeded
- name: Install EtherCalc systemd unit
template:
src: systemd/system/ethercalc.service.j2