mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Use type 'path' for rootdir, for pkgng
This commit is contained in:
parent
bdeb5af740
commit
2a0c9bb3a2
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ def main():
|
|||
cached = dict(default=False, type='bool'),
|
||||
annotation = dict(default="", required=False),
|
||||
pkgsite = dict(default="", required=False),
|
||||
rootdir = dict(default="", required=False)),
|
||||
rootdir = dict(default="", required=False, type='path')),
|
||||
supports_check_mode = True)
|
||||
|
||||
pkgng_path = module.get_bin_path('pkg', True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue