mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
parent
465b86f593
commit
1a3037ff63
3 changed files with 12 additions and 9 deletions
|
@ -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']),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue