mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
Update main.yml
This commit is contained in:
parent
eb418c3739
commit
baad9d039e
1 changed files with 6 additions and 0 deletions
|
@ -16,6 +16,12 @@
|
||||||
state: absent
|
state: absent
|
||||||
when: nodered_install
|
when: nodered_install
|
||||||
|
|
||||||
|
# 2012-02-13: the 6 RPi stanzas below recreate Raspbian Desktop's Node-RED
|
||||||
|
# environment, inspired by:
|
||||||
|
# https://nodered.org/docs/hardware/raspberrypi
|
||||||
|
# https://github.com/node-red/raspbian-deb-package/blob/master/resources/update-nodejs-and-nodered
|
||||||
|
# https://github.com/iiab/iiab/pull/1497
|
||||||
|
|
||||||
- name: "Globally 'npm install' 3 Node-RED packages: node-red, node-red-admin, node-red-dashboard"
|
- name: "Globally 'npm install' 3 Node-RED packages: node-red, node-red-admin, node-red-dashboard"
|
||||||
command: npm install -g --unsafe-perm node-red node-red-admin node-red-dashboard
|
command: npm install -g --unsafe-perm node-red node-red-admin node-red-dashboard
|
||||||
when: nodered_install and internet_available
|
when: nodered_install and internet_available
|
||||||
|
|
Loading…
Reference in a new issue