ansible/packaging/os
Tim Rupp dba0023940 Add missing import of apt.debfile
In cases when the python-apt package is not installed, ansible will
attempt to install it. After this attempt, it tries to import the
needed apt modules, but forgets to import the apt.debfile module.

The result is that playbooks that use the dpkg argument on a machine
that does not initially have the python-apt package available will
fail with the following error

AttributeError: 'module' object has no attribute 'debfile'

This patch adds the appropriate import to the apt module to ensure
that necessary libraries are available in cases when the dpkg argument
is being used on a system that does not initially have the python-apt
package installed
2015-03-19 14:54:59 -07:00
..
__init__.py Some more module categorization. 2014-11-04 17:23:22 -05:00
apt.py Add missing import of apt.debfile 2015-03-19 14:54:59 -07:00
apt_key.py Some more module categorization. 2014-11-04 17:23:22 -05:00
apt_repository.py Some more module categorization. 2014-11-04 17:23:22 -05:00
apt_rpm.py Remove incorrect executable permissions. 2014-11-13 18:08:48 -05:00
redhat_subscription.py use state parameter in examples 2014-12-04 17:31:35 -08:00
rhn_channel.py rhn_channel using depriciated methods. swapped out 2015-02-25 08:25:34 -05:00
rhn_register.py Some more module categorization. 2014-11-04 17:23:22 -05:00
rpm_key.py Some more module categorization. 2014-11-04 17:23:22 -05:00
yum.py Merge pull request #46 from Jmainguy/yum_oracle_fix_enable_repo 2015-02-03 07:50:23 -05:00