Linter should pass now!
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
otthorn 2021-01-17 17:06:59 +01:00
parent 0364006062
commit ee1726589a
2 changed files with 5 additions and 5 deletions

View file

@ -94,13 +94,13 @@
apt:
pkg: smartmontools
state: absent
autoremove: yes
autoremove: true
when: ansible_system_vendor == "QEMU"
- name: Remove useless packages from the cache
apt:
autoclean: yes
autoclean: true
- name: Remove dependencies that are no longer required
apt:
autoremove: yes
autoremove: true