summaryrefslogtreecommitdiff
path: root/roles/fstrim/tasks/main.yml
blob: e7230a7b0130bed0e762c09eeddbc56ba20f08aa (plain)
1
2
3
4
5
6
7
8
# Trim filesystems to minimize resulted image
- name: Trim {{ vyos_install_root }}/boot
  become: true
  command: fstrim {{ vyos_install_root }}/boot

- name: Trim {{ vyos_write_root }}
  become: true
  command: fstrim {{ vyos_write_root }}