1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/library/packaging
Blair Zajac 3a8c9f04da 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
..
apt apt: do not consider not-removed and not-upgraded packages as changes. 2013-09-28 16:50:50 -07:00
apt_key Add version_added to new parameter. 2013-08-03 14:22:38 -04:00
apt_repository Fixed missing required package in notes. 2013-09-19 19:34:15 +02:00
easy_install Locate easy_install path after (optionally) creating virtualenv. 2013-09-10 11:22:06 +08:00
gem Correctly handle option user_install in gem module 2013-08-24 22:49:18 +02:00
homebrew Docs: consistently format playbook EXAMPLES 2013-06-17 08:53:46 +02:00
macports DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition) 2013-06-15 20:54:25 +02:00
npm Merge pull request #3199 from chrishoffman/doc_error 2013-06-16 19:28:12 -07:00
openbsd_pkg openbsd_pkg: Use ansible run_command(). 2013-07-20 17:45:07 +02:00
opkg DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition) 2013-06-15 20:54:25 +02:00
pacman Merge branch 'pacman_local' into pacman_local_plus_check 2013-08-17 17:56:33 -04:00
pip Merge branch 'PR_add_chdir_to_pip' of git://github.com/y-p/ansible into devel 2013-06-19 22:30:44 -04:00
pkgin Fix pkgin search (yielding wrong results under certain conditions, see inline comments). 2013-07-24 16:18:14 +02:00
pkgng Revert "now modules can implement with_items list globbing w/o updating" 2013-06-19 19:00:18 -04:00
pkgutil Cleaning up some pep8 issues in the pkgutil module 2013-08-22 20:21:02 -05:00
redhat_subscription Styling: misc pep8 2013-06-30 18:54:32 -04:00
rhn_channel changed deprecated channel_label attribute 2013-09-20 12:58:43 +02:00
rhn_register Revert "Styling: deprecation" 2013-09-09 15:17:43 -05:00
rpm_key Fixing typos in is_keyid function definition and usage 2013-09-09 17:26:44 -05:00
svr4pkg fixes ansible/ansible#3547 2013-07-16 09:17:57 +02:00
yum Add an example for installing a group with the yum module. 2013-09-11 02:14:16 +09:00
zypper DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition) 2013-06-15 20:54:25 +02:00