On Wed, 11 May 2022 22:59:41 +0200 Thomas Liske <tho...@fiasko-nw.net> wrote:
> 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

Reply via email to