mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Mark conf_file as a path, for various user expansion
This commit is contained in:
committed by
Matt Clay
parent
310b7ce3d8
commit
b4c3d32366
@@ -330,7 +330,7 @@ def main():
|
||||
enablerepo=dict(type='list', default=[]),
|
||||
disablerepo=dict(type='list', default=[]),
|
||||
list=dict(),
|
||||
conf_file=dict(default=None),
|
||||
conf_file=dict(default=None, type='path'),
|
||||
disable_gpg_check=dict(default=False, type='bool'),
|
||||
),
|
||||
required_one_of=[['name', 'list']],
|
||||
|
||||
Reference in New Issue
Block a user