mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Remove choices=BOOLEANS as it is no longer needed
This commit is contained in:
@@ -195,7 +195,7 @@ def main():
|
||||
argument_spec = dict(
|
||||
url = dict(required=True),
|
||||
dest = dict(required=True),
|
||||
force = dict(default='no', choices=BOOLEANS, aliases=['thirsty'], type='bool')
|
||||
force = dict(default='no', aliases=['thirsty'], type='bool')
|
||||
),
|
||||
add_file_common_args=True
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user