Merge pull request #129 from soeren2342/devel
Make sure portage doesn't ask for confirmation
This commit is contained in:
commit
60c06b79d6
1 changed files with 1 additions and 0 deletions
|
@ -335,6 +335,7 @@ def cleanup_packages(module, packages):
|
|||
def run_emerge(module, packages, *args):
|
||||
args = list(args)
|
||||
|
||||
args.append('--ask=n')
|
||||
if module.check_mode:
|
||||
args.append('--pretend')
|
||||
|
||||
|
|
Loading…
Reference in a new issue