mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Remove choices=BOOLEANS as it is no longer needed
This commit is contained in:
@@ -223,7 +223,7 @@ def main():
|
||||
repo=dict(required=True, aliases=['name']),
|
||||
version=dict(default='HEAD'),
|
||||
remote=dict(default='origin'),
|
||||
force=dict(default='yes', choices=BOOLEANS, type='bool')
|
||||
force=dict(default='yes', type='bool')
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user