diff --git a/kodi.yml b/kodi.yml index 98299d8..25b0c1b 100644 --- a/kodi.yml +++ b/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: