mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Use type='path' for reposdir, since that's a path
This commit is contained in:
parent
051b11b983
commit
a21ab5b990
1 changed files with 1 additions and 1 deletions
|
@ -662,7 +662,7 @@ def main():
|
||||||
proxy_password=dict(no_log=True),
|
proxy_password=dict(no_log=True),
|
||||||
proxy_username=dict(),
|
proxy_username=dict(),
|
||||||
repo_gpgcheck=dict(type='bool'),
|
repo_gpgcheck=dict(type='bool'),
|
||||||
reposdir=dict(default='/etc/yum.repos.d'),
|
reposdir=dict(default='/etc/yum.repos.d', type='path'),
|
||||||
retries=dict(),
|
retries=dict(),
|
||||||
s3_enabled=dict(type='bool'),
|
s3_enabled=dict(type='bool'),
|
||||||
skip_if_unavailable=dict(type='bool'),
|
skip_if_unavailable=dict(type='bool'),
|
||||||
|
|
Loading…
Reference in a new issue