From 31ef185b0621c8f3aa4fe541a1e3dbfa770000be Mon Sep 17 00:00:00 2001 From: olli Date: Tue, 25 Oct 2022 16:23:35 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Ekodi.yml=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kodi.yml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/kodi.yml b/kodi.yml index 9d504a5..11d6ef2 100644 --- a/kodi.yml +++ b/kodi.yml @@ -63,6 +63,24 @@ group: users groups: sudo,adm,audio,video,games,input,render,netdev + - name: Rasoi /boot/config.txt + blockinfile: + path: /boot/config.txt + create: yes + insertafter: EOF + marker: "# {mark} ANSIBLE MANAGED BLOCK" + block: | + gpu_mem=256 + hdmi_force_hotplug=1 + hdmi_mode=4 + dtparam=audio=on + hdmi_drive=2 + hdmi_ignore_edid=0xa5000080 + config_hdmi_boost=4 + hdmi_group=1 + disable_overscan=1 + backup: yes + - name: lightdm.conf blockinfile: path: /etc/lightdm/lightdm.conf @@ -71,7 +89,7 @@ owner: root group: root insertafter: "#exit-on-failure=false" - marker: "# {mark} tor-nas ANSIBLE MANAGED BLOCK" + marker: "# {mark} ANSIBLE MANAGED BLOCK" block: | session-wrapper=/etc/X11/Xsession user-session=cinnamon