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:
@@ -158,8 +158,8 @@ def main():
|
||||
module = AnsibleModule(
|
||||
argument_spec = dict(
|
||||
name=dict(required=True),
|
||||
persistent=dict(default='no', choices=BOOLEANS, type='bool'),
|
||||
state=dict(required=True, choices=BOOLEANS, type='bool')
|
||||
persistent=dict(default='no', type='bool'),
|
||||
state=dict(required=True, type='bool')
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user