No description
Find a file
Blair Zajac a5cdf49184 apt: do not consider not-removed and not-upgraded packages as changes.
If one pins a package and does a 'apt-get dist-upgrade' then the
output looks like:

    # apt-get dist-upgrade
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Calculating upgrade... Done
    The following packages have been kept back:
      cassandra
    0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.

The check for any changes made should only be on the 'upgraded' and
'newly installed' values and not include the 'to remove' and 'not
upgraded' values.
2013-09-28 16:50:50 -07:00
cloud Merge pull request #4165 from jerm/devel 2013-09-25 14:54:11 -07:00
commands Allow for relative paths by using abspath 2013-08-20 22:48:42 -07:00
database Merge branch 'devel' of https://github.com/tomdymond/ansible into tomdymond-devel 2013-09-23 14:53:46 -05:00
files Merge branch 'devel' of https://github.com/volker48/ansible into volker48-devel 2013-09-23 21:24:43 -05:00
internal * Updated all ansible.cc references in the documentation to point 2013-06-19 19:34:02 -06:00
inventory Trim legacy variable usage. 2013-07-19 09:44:25 -04:00
messaging Add missing version_added description in docs. 2013-07-20 12:08:47 -04:00
monitoring Fixed monit restarted error. 2013-09-16 19:14:17 -04:00
net_infrastructure Moving firewalld module from net_infra to system 2013-09-21 01:02:19 -05:00
network Fix bug in uri where redirect check fails. 2013-08-29 15:58:01 +02:00
notification Set default XMPP message type to 'chat'. 2013-07-26 21:30:10 +01:00
packaging apt: do not consider not-removed and not-upgraded packages as changes. 2013-09-28 16:50:50 -07:00
source_control Elaborate on capabilities of subversion module 2013-09-24 11:10:09 -05:00
system Merge pull request #4222 from lessmian/devel 2013-09-25 14:54:58 -07:00
utilities Make --check mode work with fireball and accelerate connections 2013-09-23 13:51:43 +04:00
web_infrastructure Merge pull request #4228 from mragh/devel 2013-09-25 14:58:29 -07:00