„kodi.yml“ ändern
This commit is contained in:
parent
27ff2e7fbf
commit
5335dd625d
14
kodi.yml
14
kodi.yml
@ -3,13 +3,6 @@
|
||||
hosts: all
|
||||
tasks:
|
||||
|
||||
- name: 1 GB swap (100MB default)
|
||||
ansible.builtin.lineinfile:
|
||||
path: /etc/dphys-swapfile
|
||||
regexp: '^CONF_SWAPSIZE=.+$'
|
||||
line: 'CONF_SWAPSIZE=1024'
|
||||
backup: yes
|
||||
|
||||
- name: Install Basic Packages
|
||||
apt:
|
||||
name:
|
||||
@ -40,6 +33,13 @@
|
||||
update_cache: yes
|
||||
install_recommends: no
|
||||
|
||||
- name: 1 GB swap (100MB default)
|
||||
ansible.builtin.lineinfile:
|
||||
path: /etc/dphys-swapfile
|
||||
regexp: '^CONF_SWAPSIZE=.+$'
|
||||
line: 'CONF_SWAPSIZE=1024'
|
||||
backup: yes
|
||||
|
||||
- name: Install Flatpaks x86_64
|
||||
community.general.flatpak:
|
||||
name:
|
||||
|
Loading…
Reference in New Issue
Block a user