mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-31 15:53:09 +00:00
Fix duplicate type keyword
This commit is contained in:
@@ -143,7 +143,7 @@ def main():
|
||||
dest=dict(type='path', required=True),
|
||||
name=dict(type='str', required=True, aliases=['parent']),
|
||||
version=dict(type='str', default='head'),
|
||||
force=dict(type='bool', default='no', type='bool'),
|
||||
force=dict(type='bool', default='no'),
|
||||
executable=dict(type='str'),
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user