1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

Node-RED's /usr/lib/.../settings.js (OLD WAY) *might* later be removable

This commit is contained in:
A Holt 2022-10-13 20:25:04 -04:00 committed by GitHub
parent aad72373ea
commit 75fc75ce3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,7 @@
#- name: Run 'node-red admin init' as user '{{ nodered_linux_user }}' to create /home/{{ nodered_linux_user }}/.node-red/settings.js
# command: runuser -u {{ nodered_linux_user }} node-red admin init
# 2022-10-13: These 9 lines can likely be removed later in 2023 or 2024?
# 2022-10-13: These 9 lines (OLD WAY) might be removable by ~2024? PR #3402
- name: "OLD WAY: Copy /usr/lib/node_modules/node-red/settings.js to /home/{{ nodered_linux_user }}/.node-red/settings.js"
copy:
remote_src: yes