Logging Debian updates / patches information with Ansible?

Viewed 11

I have to log the security updates of a Debian server by Ansible. By apt update I need information:

  • which patch
  • old version
  • new version
  • time / when updated
  • author of the patch

Any ideas where i can find this infomartion?

apt list --upgradable

/var/log/apt/history.log

0 Answers
Related