diff options
author | Christian Pointner <equinox@spreadspace.org> | 2022-09-18 22:07:55 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2022-09-18 22:07:55 +0200 |
commit | 9b45d4e5ec6ee2102d10f7e75f00746b8581883a (patch) | |
tree | 2aab37f4de43f3b415a3f74dcab996a6455c2b54 /roles | |
parent | add simple kodi config role (diff) |
finalize ch-mc* setups for now
Diffstat (limited to 'roles')
-rw-r--r-- | roles/kodi/config/tasks/main.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/roles/kodi/config/tasks/main.yml b/roles/kodi/config/tasks/main.yml index e3c6ef25..4bfa2f5c 100644 --- a/roles/kodi/config/tasks/main.yml +++ b/roles/kodi/config/tasks/main.yml @@ -21,6 +21,7 @@ name: kodi.service state: stopped + ## https://github.com/jose1711/kodi-ansible-role - name: configure guisettings.xml loop: "{{ kodi_config_guisettings | dict2items }}" loop_control: @@ -31,7 +32,7 @@ value: "{{ item.value }}" pretty_print: yes -- name: configure guisettings.xml +- name: configure guisettings.xml - remove defaults loop: "{{ kodi_config_guisettings | dict2items }}" loop_control: label: "{{ item.key }} = {{ item.value }}" |