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:
parent
aad72373ea
commit
75fc75ce3d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue