--- - name: Full system upgrade become: true ansible.builtin.apt: update_cache: true upgrade: full - name: Report on any Debian config files that need to be merged ansible.builtin.include_tasks: debnew.yaml