Use type 'path' for rootdir, for pkgng
This commit is contained in:
parent
2d481c93ee
commit
2e8cd5cd74
1 changed files with 1 additions and 1 deletions
|
@ -271,7 +271,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…
Reference in a new issue