mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update main.yml
This commit is contained in:
parent
ed96525a40
commit
a9b581fb3f
1 changed files with 2 additions and 2 deletions
|
@ -5,13 +5,13 @@
|
|||
shell: npm install -g --unsafe-perm node-red node-red-admin node-red-dashboard
|
||||
when: nodered_install
|
||||
|
||||
- name: Ensure Linux group "nodered" exists
|
||||
- name: Ensure Linux group 'nodered' exists
|
||||
group:
|
||||
name: nodered
|
||||
state: present
|
||||
when: nodered_install
|
||||
|
||||
- name: Ensure Linux user "nodered" exists and is added to group "nodered"
|
||||
- name: Ensure Linux user 'nodered' exists and is added to group 'nodered'
|
||||
user:
|
||||
name: nodered
|
||||
group: nodered
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue