mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Merge pull request #399 from holta/master
fix roles/iiab-admin/tasks/main.yml typos for Raspbian With Desktop closes #398
This commit is contained in:
commit
4004d6c4dd
1 changed files with 2 additions and 2 deletions
|
@ -31,9 +31,9 @@
|
||||||
- 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
|
||||||
dest=/home/pi/.config/lxsession/LXDE-pi/autostart
|
dest=/home/pi/.config/lxsession/LXDE-pi/autostart
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue