fix: disable non ZRAM swap
This commit is contained in:
parent
c5029a3ade
commit
c7e15b4d98
1 changed files with 5 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue