fix: disable non ZRAM swap

This commit is contained in:
mustard 2026-01-03 21:42:56 +01:00
parent c5029a3ade
commit c7e15b4d98

View file

@ -196,6 +196,11 @@
# line: '\1&protocol=https'
# loop: '{{ found_files.files }}'
- name: 'Disable non zram swap'
ansible.builtin.command:
cmd: 'swapoff /dev/xvdc1'
changed_when: true
- name: 'Install zram'
ansible.builtin.dnf5:
name: