- name: clean apt files
become: true
ansible.builtin.command: apt-get clean # noqa command-instead-of-module
changed_when: false