Mark conf_file as a path, for various user expansion
This commit is contained in:
parent
310b7ce3d8
commit
b4c3d32366
1 changed files with 1 additions and 1 deletions
|
@ -330,7 +330,7 @@ def main():
|
||||||
enablerepo=dict(type='list', default=[]),
|
enablerepo=dict(type='list', default=[]),
|
||||||
disablerepo=dict(type='list', default=[]),
|
disablerepo=dict(type='list', default=[]),
|
||||||
list=dict(),
|
list=dict(),
|
||||||
conf_file=dict(default=None),
|
conf_file=dict(default=None, type='path'),
|
||||||
disable_gpg_check=dict(default=False, type='bool'),
|
disable_gpg_check=dict(default=False, type='bool'),
|
||||||
),
|
),
|
||||||
required_one_of=[['name', 'list']],
|
required_one_of=[['name', 'list']],
|
||||||
|
|
Loading…
Add table
Reference in a new issue