Hello.
I have the task which upgrade all packages to the latest version
- name: Full upgrade
apt: upgrade=dist
How can I using --check see which packages would be upgraded ?
Hello.
I have the task which upgrade all packages to the latest version
How can I using --check see which packages would be upgraded ?