1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Use type 'path' for rootdir, for pkgng

This commit is contained in:
Michael Scherer 2016-03-27 21:08:05 +02:00 committed by Matt Clay
parent bdeb5af740
commit 2a0c9bb3a2

View file

@ -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)