1
0
Fork 0
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:
George Hunt 2020-11-03 09:34:06 -08:00
parent dfd6cc8baa
commit cfff47651e

View file

@ -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