mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Remove choices=BOOLEANS as it is no longer needed
This commit is contained in:
@@ -140,7 +140,7 @@ def main():
|
||||
argument_spec = dict(
|
||||
state = dict(choices=['file','directory','link','absent'], default='file'),
|
||||
path = dict(aliases=['dest', 'name'], required=True),
|
||||
recurse = dict(default='no', choices=BOOLEANS, type='bool')
|
||||
recurse = dict(default='no', type='bool')
|
||||
),
|
||||
add_file_common_args=True,
|
||||
supports_check_mode=True
|
||||
|
||||
Reference in New Issue
Block a user