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
`