Fix display sizing

This commit is contained in:
2017-09-11 21:30:37 +02:00
parent fd6f26f202
commit 82aadf6034
2 changed files with 10 additions and 3 deletions

View File

@@ -2,6 +2,7 @@
become: True
become_user: root
tasks:
- synchronize: src=../.. dest=/home/pi/sejf
- copy: src=autostart dest=/home/pi/.config/lxsession/LXDE-pi/autostart
- copy: src=sejf.desktop dest=/etc/xdg/autostart
- apt: name=python-flask state=present