mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix duplicate type keyword
This commit is contained in:
parent
fcab13a668
commit
91ce5c70d3
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ def main():
|
||||||
dest=dict(type='path', required=True),
|
dest=dict(type='path', required=True),
|
||||||
name=dict(type='str', required=True, aliases=['parent']),
|
name=dict(type='str', required=True, aliases=['parent']),
|
||||||
version=dict(type='str', default='head'),
|
version=dict(type='str', default='head'),
|
||||||
force=dict(type='bool', default='no', type='bool'),
|
force=dict(type='bool', default='no'),
|
||||||
executable=dict(type='str'),
|
executable=dict(type='str'),
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue