[apt] fix: typo in when condition for fstrim
This commit is contained in:
parent
7e1e81053f
commit
c7fcb9d9d3
1 changed files with 1 additions and 1 deletions
|
|
@ -14,4 +14,4 @@
|
||||||
failed_when: false
|
failed_when: false
|
||||||
tags: "apt-cleanup"
|
tags: "apt-cleanup"
|
||||||
when:
|
when:
|
||||||
- 'type = "vm"'
|
- 'type == "vm"'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue