mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
remove ignore-certificate-errors
This commit is contained in:
parent
dfd6cc8baa
commit
cfff47651e
1 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@
|
|||
lineinfile:
|
||||
path: /etc/xdg/lxsession/LXDE-pi/autostart
|
||||
regexp: '^/usr/bin/chromium-browser'
|
||||
line: '/usr/bin/chromium-browser --ignore-certificate-errors --disable-restore-session-state http://box/home'
|
||||
line: '/usr/bin/chromium-browser --disable-restore-session-state http://box/home'
|
||||
when:
|
||||
lxde_present.stat.exists and not chromium_present.stat.exists
|
||||
|
||||
|
@ -45,7 +45,7 @@
|
|||
lineinfile:
|
||||
path: /etc/xdg/lxsession/LXDE-pi/autostart
|
||||
regexp: '^/usr/bin/chromium'
|
||||
line: '/usr/bin/chromium --ignore-certificate-errors --disable-restore-session-state http://box/home'
|
||||
line: '/usr/bin/chromium --disable-restore-session-state http://box/home'
|
||||
when:
|
||||
lxde_present.stat.exists and chromium_present.stat.exists
|
||||
|
||||
|
|
Loading…
Reference in a new issue