[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:
|
ansible.builtin.apt:
|
||||||
clean: true
|
clean: true
|
||||||
when: 'ansible_os_family == "Debian"'
|
when: 'ansible_os_family == "Debian"'
|
||||||
tags: 'apt-cleanup'
|
tags: "apt-cleanup"
|
||||||
|
|
||||||
# run fstrim if target is a VM
|
# run fstrim if target is a VM
|
||||||
- name: "fstrim"
|
- name: "fstrim"
|
||||||
ansible.builtin.command: "fstrim /"
|
ansible.builtin.command: "fstrim /"
|
||||||
changed_when: false
|
changed_when: false
|
||||||
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