> Hi, > > you are using some ansible deployment? Could you share your ansible > role? > > This is a long-standing bug and it feels like that affected users are > using aptitude. I wonder if this is related - could you give it a try > (force_apt_get task parameter)?
Yes, using Ansible. There's nothing special in it. - name: Debian | Ensure Debian upgraded apt: update_cache: yes upgrade: "yes" tags: - os_force_upgrade