Apt Module report Change at Upgrade process

Hi Group,

it seems i have a minor “problem” while doing some experiments with the ansible apt module. The upgrade process always reports a change, even if there is nothing todo.

base.yml

`

  • name: Install the minimum configuration
    hosts: all
    roles:
  • base

`

role/base/task/main.yml

`

OK it seems there is a language Problem.

Changing the locale to english and changed=0 is perfekt.

the default should already be en_us.utf-8, fallback to C if that is
not available.

Hi Brian,

i’ve posted an issue here: https://github.com/ansible/ansible/issues/14264