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:
@@ -208,7 +208,7 @@ def main():
|
||||
value = dict(aliases=['val'], required=False),
|
||||
state = dict(default='present', choices=['present', 'absent']),
|
||||
checks = dict(default='both', choices=['none', 'before', 'after', 'both']),
|
||||
reload = dict(default=True, choices=BOOLEANS, type='bool'),
|
||||
reload = dict(default=True, type='bool'),
|
||||
sysctl_file = dict(default='/etc/sysctl.conf')
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user