disable ask on sync action
This commit is contained in:
parent
dd80fa221c
commit
69e27f4039
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ def sync_repositories(module, webrsync=False):
|
|||
webrsync_path = module.get_bin_path('emerge-webrsync', required=True)
|
||||
cmd = '%s --quiet' % webrsync_path
|
||||
else:
|
||||
cmd = '%s --sync --quiet' % module.emerge_path
|
||||
cmd = '%s --sync --quiet --ask=n' % module.emerge_path
|
||||
|
||||
rc, out, err = module.run_command(cmd)
|
||||
if rc != 0:
|
||||
|
|
Loading…
Reference in a new issue