--- - name: General system preparation hosts: all tasks: - name: Apt update ansible.builtin.apt: update_cache: true - name: Apt cleanup ansible.builtin.apt: autoremove: true autoclean: true