raspi: Disable swap file

Raspberry Pi's have enough RAM, let's not prematurely break the SD card.
This commit is contained in:
polyfloyd 2020-05-31 14:14:58 +02:00
parent 39afabce7e
commit 5c5826acb6

View file

@ -24,3 +24,16 @@
regexp: "^#?display_rotate"
when: raspi_rotate_display is defined
notify: reboot
- name: Disable swap
block:
- name: Stop swap service
systemd:
name: dphys-swapfile
state: stopped
enabled: no
- name: Remove swap file
command: dphys-swapfile uninstall
args:
removes: /var/swap