Note that the difference between "apt-get upgrade" (apt: upgrade=yes) and "aptitude safe-upgrade" is that "aptitude safe-upgrade" will install missing dependencies.
Seems like if you wanted to, you could just use the command module for
this, but it also seems very strange.
If a package goes from v1 to v2 and now requires X, it seems not
installing X is not safe in the least :)
The apt-get command closer to aptitude safe-upgrade is upgrade, but there is a difference.
aptitude safe-upgrade upgrades currently installed packages and can install new packages to resolve new dependencies, but never removes packages.
apt-get upgrade upgrades currently installed packages, but never installs or removes packages.
apt-get upgrade is comparable to aptitude --no-new-installs safe-upgrade.
Serge
--
You received this message because you are subscribed to the Google Groups "Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ansible-proje...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.