|
|
|
@ -645,7 +645,7 @@ def main():
|
|
|
|
|
description=dict(),
|
|
|
|
|
enabled=dict(type='bool'),
|
|
|
|
|
enablegroups=dict(type='bool'),
|
|
|
|
|
exclude=dict(),
|
|
|
|
|
exclude=dict(type='list'),
|
|
|
|
|
failovermethod=dict(choices=['roundrobin', 'priority']),
|
|
|
|
|
file=dict(),
|
|
|
|
|
gpgcakey=dict(),
|
|
|
|
@ -653,7 +653,7 @@ def main():
|
|
|
|
|
gpgkey=dict(type='list'),
|
|
|
|
|
http_caching=dict(choices=['all', 'packages', 'none']),
|
|
|
|
|
include=dict(),
|
|
|
|
|
includepkgs=dict(),
|
|
|
|
|
includepkgs=dict(type='list'),
|
|
|
|
|
ip_resolve=dict(choices=['4', '6', 'IPv4', 'IPv6', 'whatever']),
|
|
|
|
|
keepalive=dict(type='bool'),
|
|
|
|
|
keepcache=dict(choices=['0', '1']),
|
|
|
|
|