1
0
Fork 0
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:
A Holt 2019-02-02 19:32:40 -05:00 committed by GitHub
parent ed96525a40
commit a9b581fb3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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