node.js dashboard works
This commit is contained in:
@ -34,15 +34,15 @@
|
||||
ExecStart=
|
||||
ExecStart=-/sbin/agetty --autologin {{ autologin_user }} --noclear %I 38400 linux
|
||||
|
||||
# create hello_there ASCII art
|
||||
- name: autologin - generate hello_there.txt for the lulz
|
||||
when: not quick_refresh | bool
|
||||
include_tasks: hello_there.yaml
|
||||
|
||||
- name: autologin - script permission settings
|
||||
when: not service_only | bool
|
||||
- name: autologin - quick refresh skippable tasks
|
||||
when: not quick_refresh | bool
|
||||
block:
|
||||
|
||||
# create hello_there ASCII art
|
||||
- name: autologin - generate hello_there.txt for the lulz
|
||||
include_tasks: hello_there.yaml
|
||||
|
||||
- name: User setup - update permissions on smartctl 1
|
||||
shell: "chmod 755 /usr/sbin/smartctl"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user