Fix to issue 12912. Supply 'force' to install of python-apt.

This commit is contained in:
Patrick Galbraith 2015-10-26 13:28:10 -04:00
parent 06f301b05b
commit 2a93f21821

View file

@ -559,7 +559,7 @@ def main():
if not HAS_PYTHON_APT:
try:
module.run_command('apt-get update && apt-get install python-apt -y -q', use_unsafe_shell=True, check_rc=True)
module.run_command('apt-get update && apt-get install python-apt -y -q --force-yes', use_unsafe_shell=True, check_rc=True)
global apt, apt_pkg
import apt
import apt.debfile