summaryrefslogtreecommitdiff
path: root/roles/fstrim/tasks/main.yml
blob: c0b9b194d2de6d6854bfd2657d7fffbfca9dd450 (plain)
1
2
3
4
# Trim filesystems to minimize resulted image
- name: Trim {{ vyos_write_root }}
  become: true
  command: fstrim {{ vyos_write_root }}