--- - name: Update and upgrade packages just in case we missed some. ansible.builtin.apt: update_cache: true upgrade: true autoremove: true