apt: update index before trying to autoinstall python-apt

This commit is contained in:
Rene Moser 2013-12-09 10:21:27 +01:00
parent 0078b6b2a9
commit 2d805ae5da

View file

@ -350,7 +350,7 @@ def main():
if not HAS_PYTHON_APT:
try:
module.run_command('apt-get install python-apt -y -q')
module.run_command('apt-get update && apt-get install python-apt -y -q')
global apt, apt_pkg
import apt
import apt_pkg