Commit c2bf201b by Richard C Isaacson

Bulk update of choices=BOOLEANS to type='bool'

parent f1301f6f
......@@ -443,9 +443,9 @@ def main():
priv=dict(default=None),
db=dict(default=''),
port=dict(default='5432'),
fail_on_user=dict(type='bool', choices=BOOLEANS, default='yes'),
fail_on_user=dict(type='bool', default='yes'),
role_attr_flags=dict(default=''),
encrypted=dict(type='bool', choices=BOOLEANS, default='no'),
encrypted=dict(type='bool', default='no'),
expires=dict(default=None)
),
supports_check_mode = True
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment