mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
typo lx.staat.isdir prevents install on Raspbian Pixel
This commit is contained in:
parent
f3681896da
commit
1303f580e9
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
||||||
- name: Do the same if running on raspbian
|
- name: Do the same if running on raspbian
|
||||||
template: src=lxde_ssh_warn.sh
|
template: src=lxde_ssh_warn.sh
|
||||||
dest=/home/pi/.config/lxsession/LXDE-pi/
|
dest=/home/pi/.config/lxsession/LXDE-pi/
|
||||||
when: lx.stat.isdir is defined and lx.staat.isdir and is_rpi and is_debuntu
|
when: lx.stat.isdir is defined and lx.stat.isdir and is_rpi and is_debuntu
|
||||||
|
|
||||||
- name: put a autostart line to check for default password in LXDE
|
- name: put a autostart line to check for default password in LXDE
|
||||||
lineinfile: line=@/home/pi/.config/lxsession/LXDE-pi/lxde_ssh_warn.sh
|
lineinfile: line=@/home/pi/.config/lxsession/LXDE-pi/lxde_ssh_warn.sh
|
||||||
|
|
Loading…
Reference in a new issue