Updates & fixes
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
|
||||
Musik Server Wohnzimmer oben
|
||||
|
||||
|~~~~~~~~~~~~~~~|
|
||||
|~~~~~~~~~~~~~~~|
|
||||
| |
|
||||
/~~\| /~~\|
|
||||
\__/ \__/
|
||||
\__/ \__/
|
||||
|
||||
|
||||
3
roles/pi-standard-setup/files/motd/octopi
Normal file
3
roles/pi-standard-setup/files/motd/octopi
Normal file
@@ -0,0 +1,3 @@
|
||||
=================
|
||||
WELCOME TO OCTOPI
|
||||
=================
|
||||
@@ -56,6 +56,7 @@
|
||||
- python3
|
||||
- python3-pip
|
||||
- python3-wheel
|
||||
- telnet
|
||||
cache_valid_time: 7200
|
||||
state: present
|
||||
- name: Copy vim config
|
||||
@@ -87,7 +88,7 @@
|
||||
interval = 15
|
||||
when: configure_wifi
|
||||
- name: Start watchdog
|
||||
systemd: name=watchdog state=restarted enabled=yes daemon_reload=yes
|
||||
systemd: name=watchdog state=started enabled=yes daemon_reload=yes # state=restarted not working, also not manually
|
||||
when: configure_wifi
|
||||
# Message of the day
|
||||
- name: Set Message of the day
|
||||
|
||||
Reference in New Issue
Block a user