mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 06:30:19 -07:00
Remove choices=BOOLEANS as it is no longer needed
This commit is contained in:
parent
df798d0688
commit
578ec127fb
21 changed files with 36 additions and 36 deletions
|
@ -75,7 +75,7 @@ class RabbitMqPlugins(object):
|
|||
def main():
|
||||
arg_spec = dict(
|
||||
names=dict(required=True, aliases=['name']),
|
||||
new_only=dict(default='no', choices=BOOLEANS, type='bool'),
|
||||
new_only=dict(default='no', type='bool'),
|
||||
state=dict(default='enabled', choices=['enabled', 'disabled'])
|
||||
)
|
||||
module = AnsibleModule(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue