„kodi.yml“ ändern
This commit is contained in:
parent
4138a75d06
commit
31fb4a0720
12
kodi.yml
12
kodi.yml
@ -38,12 +38,22 @@
|
|||||||
update_cache: yes
|
update_cache: yes
|
||||||
install_recommends: no
|
install_recommends: no
|
||||||
|
|
||||||
- name: Install Flatpaks
|
- name: Install Flatpaks x86_64
|
||||||
|
community.general.flatpak:
|
||||||
|
name:
|
||||||
|
- io.gitlab.librewolf-community
|
||||||
|
- tv.kodi.Kodi
|
||||||
|
state: present
|
||||||
|
method: system
|
||||||
|
when: ansible_architecture == "x86_64"
|
||||||
|
|
||||||
|
- name: Install Flatpaks arm64
|
||||||
community.general.flatpak:
|
community.general.flatpak:
|
||||||
name:
|
name:
|
||||||
- io.gitlab.librewolf-community
|
- io.gitlab.librewolf-community
|
||||||
state: present
|
state: present
|
||||||
method: system
|
method: system
|
||||||
|
when: ansible_architecture == "arm64"
|
||||||
|
|
||||||
- name: Create pi User
|
- name: Create pi User
|
||||||
ansible.builtin.user:
|
ansible.builtin.user:
|
||||||
|
Loading…
Reference in New Issue
Block a user