mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fix chdir argument to be 'path'
This commit is contained in:
committed by
Matt Clay
parent
e1c0d2dd09
commit
81286b8912
@@ -101,7 +101,7 @@ def main():
|
||||
argument_spec=dict(
|
||||
target=dict(required=False, default=None, type='str'),
|
||||
params=dict(required=False, default=None, type='dict'),
|
||||
chdir=dict(required=True, default=None, type='str'),
|
||||
chdir=dict(required=True, default=None, type='path'),
|
||||
),
|
||||
)
|
||||
# Build up the invocation of `make` we are going to use
|
||||
|
||||
Reference in New Issue
Block a user