--- # Common/Update: Install All Updates - Debian Version - name: Update - Update and upgrade all packages become: true ansible.builtin.apt: force_apt_get: true name: "*" state: latest update_cache: true autoclean: true autoremove: true