mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
quotes needed around "@/home/pi/.config/lxsession/LXDE-pi/lxde_ssh_warn.sh"
This commit is contained in:
parent
2c322c4baa
commit
e14a3b7830
1 changed files with 1 additions and 1 deletions
|
@ -39,6 +39,6 @@
|
|||
|
||||
- name: Put an autostart line to check for default password in LXDE (raspbian)
|
||||
lineinfile:
|
||||
line: @/home/pi/.config/lxsession/LXDE-pi/lxde_ssh_warn.sh
|
||||
line: "@/home/pi/.config/lxsession/LXDE-pi/lxde_ssh_warn.sh"
|
||||
dest: /home/pi/.config/lxsession/LXDE-pi/autostart
|
||||
when: lx.stat.isdir is defined and lx.stat.isdir and is_rpi and is_debuntu
|
||||
|
|
Loading…
Reference in a new issue