commodis
commodis
Yes, I use `apt` on `ubuntu` and I have a general configuration, that a change triggers a notification. Everytime I re-run the playbook on a server a change is notified...
Sure, it is only an UX enhancement request. There is also the usage of `cache_valid_time`, but I personally think this solution is even messier haha --- https://docs.ansible.com/ansible/latest/collections/ansible/builtin/apt_module.html#parameter-cache_valid_time
I think there is also the possibility to gather the `package_facts` and check if the package is already installed before updating the cache. See the [`package_facts`-documentation](https://docs.ansible.com/ansible/latest/collections/ansible/builtin/package_facts_module.html#examples). ```yml - name: Gather...