[common] fix: indentation

This commit is contained in:
Simon Cornet 2024-12-17 18:50:10 +01:00
commit 7e1e81053f

View file

@ -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"
- name: "fstrim"
ansible.builtin.command: "fstrim /"
changed_when: false
failed_when: false
tags: 'apt-cleanup'
when:
- 'type = "vm"'
tags: "apt-cleanup"
when:
- 'type = "vm"'