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:
@@ -158,7 +158,7 @@ def main():
|
||||
section = dict(required=True),
|
||||
option = dict(required=False),
|
||||
value = dict(required=False),
|
||||
backup = dict(default='no', choices=BOOLEANS, type='bool'),
|
||||
backup = dict(default='no', type='bool'),
|
||||
state = dict(default='present', choices=['present', 'absent'])
|
||||
),
|
||||
add_file_common_args = True
|
||||
|
||||
Reference in New Issue
Block a user