[apt] fix: typo in when condition for fstrim

This commit is contained in:
Simon Cornet 2024-12-18 10:02:36 +01:00
commit c7fcb9d9d3

View file

@ -14,4 +14,4 @@
failed_when: false
tags: "apt-cleanup"
when:
- 'type = "vm"'
- 'type == "vm"'