mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-07-08 11:39:02 +00:00
Remove choices=BOOLEANS as it is no longer needed
This commit is contained in:
parent
df798d0688
commit
578ec127fb
21 changed files with 36 additions and 36 deletions
|
|
@ -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')
|
||||
)
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue