You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
James Cammarata c48fc23d75 Use low-level package objects in the apt module to check installed state
Packages which are half-installed are not adequately represented by
the .is_installed field of the apt.package.Package object. By using the
lower-level apt_pkg.Package object (which provides the .current_state
field), we can check for a partially-installed state more accurately.

Fixes #3421
11 years ago
cloud Fix wait_for default value to follow the documentation (documentation = 180, default value = 120) 11 years ago
commands Allow for relative paths by using abspath 11 years ago
database Merge branch 'devel' of https://github.com/abompard/ansible into abompard-devel 11 years ago
files Merge branch 'file_fixes' of https://github.com/bcoca/ansible into bcoca-file_fixes 11 years ago
internal * Updated all ansible.cc references in the documentation to point 12 years ago
inventory Trim legacy variable usage. 12 years ago
messaging Add missing version_added description in docs. 12 years ago
monitoring now missing dep gives nicer error and docs disambiguate as several libs 11 years ago
net_infrastructure Merge branch 'devel' of https://github.com/mhite/ansible into mhite-devel 11 years ago
network Fix bug in uri where redirect check fails. 11 years ago
notification Set default XMPP message type to 'chat'. 11 years ago
packaging Use low-level package objects in the apt module to check installed state 11 years ago
source_control Merge branch 'gitfix' of https://github.com/johanwiren/ansible into johanwiren-gitfix 11 years ago
system Slight refactorization of the sysctl module 11 years ago
utilities Check for an empty executable passed into the accelerate plugin 11 years ago
web_infrastructure use home path expansion for virtualenv param in django_manage module 11 years ago