mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Removing parameter from yum_repository module
This commit is contained in:
@@ -484,7 +484,6 @@ class YumRepo(object):
|
||||
'gpgcheck',
|
||||
'gpgkey',
|
||||
'http_caching',
|
||||
'ignore_repo_files',
|
||||
'include',
|
||||
'includepkgs',
|
||||
'ip_resolve',
|
||||
@@ -639,7 +638,6 @@ def main():
|
||||
gpgcheck=dict(type='bool'),
|
||||
gpgkey=dict(),
|
||||
http_caching=dict(choices=['all', 'packages', 'none']),
|
||||
ignore_repo_files=dict(default=[]),
|
||||
include=dict(),
|
||||
includepkgs=dict(),
|
||||
ip_resolve=dict(choices=['4', '6', 'IPv4', 'IPv6', 'whatever']),
|
||||
|
||||
Reference in New Issue
Block a user