[common] fix: indentation
This commit is contained in:
parent
39aaf8e076
commit
7e1e81053f
1 changed files with 5 additions and 5 deletions
|
|
@ -5,13 +5,13 @@
|
|||
ansible.builtin.apt:
|
||||
clean: true
|
||||
when: 'ansible_os_family == "Debian"'
|
||||
tags: 'apt-cleanup'
|
||||
tags: "apt-cleanup"
|
||||
|
||||
# run fstrim if target is a VM
|
||||
- name: "fstrim"
|
||||
ansible.builtin.command: "fstrim /"
|
||||
changed_when: false
|
||||
failed_when: false
|
||||
tags: 'apt-cleanup'
|
||||
tags: "apt-cleanup"
|
||||
when:
|
||||
- 'type = "vm"'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue