„kodi.yml“ ändern

This commit is contained in:
olli 2022-12-23 16:10:34 +01:00
parent 27ff2e7fbf
commit 5335dd625d

View File

@ -3,13 +3,6 @@
hosts: all hosts: all
tasks: 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 - name: Install Basic Packages
apt: apt:
name: name:
@ -40,6 +33,13 @@
update_cache: yes update_cache: yes
install_recommends: no 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 - name: Install Flatpaks x86_64
community.general.flatpak: community.general.flatpak:
name: name: