apt: update index before trying to autoinstall python-apt
This commit is contained in:
parent
5413ee9431
commit
0313c517e9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue