Random fixes
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
[raspi]
|
||||
[raspi-wifi]
|
||||
192.168.43.12
|
||||
192.168.43.44
|
||||
192.168.43.219
|
||||
192.168.43.231
|
||||
|
||||
[raspi]
|
||||
10.21.37.150
|
||||
10.21.37.180
|
||||
10.21.37.185
|
||||
10.21.37.226
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
become_user: root
|
||||
tasks:
|
||||
- synchronize: src=../.. dest=/home/pi/sejf
|
||||
- synchronize: src="custom/{{ inventory_hostname }}" dest=/home/pi/sejf/raspi
|
||||
ignore_errors: yes
|
||||
- file: path=/etc/xdg/autostart/pprompt.desktop state=absent
|
||||
- copy: src=autostart dest=/home/pi/.config/lxsession/LXDE-pi/autostart
|
||||
- copy: src=sejf.desktop dest=/etc/xdg/autostart
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
Type=Application
|
||||
Name=sejf
|
||||
NoDisplay=true
|
||||
Exec=python /home/pi/sejf/raspi/pySejf.py
|
||||
Exec=/home/pi/sejf/raspi/run.sh
|
||||
Terminal=true
|
||||
NotShowIn=GNOME;KDE;XFCE;
|
||||
|
||||
Reference in New Issue
Block a user