mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
This reflects the changes made in9189f7a6bf
. Signed-off-by: John Helmert III <ajak@gentoo.org> Signed-off-by: John Helmert III <ajak@gentoo.org> (cherry picked from commit8072d11d06
) Co-authored-by: ajakk <ajak@gentoo.org>
This commit is contained in:
parent
da8a11b8d8
commit
0bcce340ed
1 changed files with 4 additions and 4 deletions
|
@ -187,7 +187,6 @@ options:
|
|||
type: bool
|
||||
default: false
|
||||
|
||||
requirements: [ gentoolkit ]
|
||||
author:
|
||||
- "William L Thomson Jr (@wltjr)"
|
||||
- "Yap Sok Ann (@sayap)"
|
||||
|
@ -315,9 +314,10 @@ def sync_repositories(module, webrsync=False):
|
|||
module.fail_json(msg='could not sync package repositories')
|
||||
|
||||
|
||||
# Note: In the 3 functions below, equery is done one-by-one, but emerge is done
|
||||
# in one go. If that is not desirable, split the packages into multiple tasks
|
||||
# instead of joining them together with comma.
|
||||
# Note: In the 3 functions below, package querying is done one-by-one,
|
||||
# but emerge is done in one go. If that is not desirable, split the
|
||||
# packages into multiple tasks instead of joining them together with
|
||||
# comma.
|
||||
|
||||
|
||||
def emerge_packages(module, packages):
|
||||
|
|
Loading…
Reference in a new issue