Merge pull request #2354 from CaptTofu/issue_12912
Fix to issue 12912. Supply 'force' to install of python-apt.
This commit is contained in:
commit
1b3e82e4b0
1 changed files with 1 additions and 1 deletions
|
@ -559,7 +559,7 @@ def main():
|
||||||
|
|
||||||
if not HAS_PYTHON_APT:
|
if not HAS_PYTHON_APT:
|
||||||
try:
|
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
|
global apt, apt_pkg
|
||||||
import apt
|
import apt
|
||||||
import apt.debfile
|
import apt.debfile
|
||||||
|
|
Loading…
Reference in a new issue