mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-27 04:41:26 -07:00
Bulk update of choices=BOOLEANS to type='bool'
This commit is contained in:
parent
f1301f6fd9
commit
c2bf201bce
1 changed files with 2 additions and 2 deletions
|
@ -443,9 +443,9 @@ def main():
|
||||||
priv=dict(default=None),
|
priv=dict(default=None),
|
||||||
db=dict(default=''),
|
db=dict(default=''),
|
||||||
port=dict(default='5432'),
|
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=''),
|
role_attr_flags=dict(default=''),
|
||||||
encrypted=dict(type='bool', choices=BOOLEANS, default='no'),
|
encrypted=dict(type='bool', default='no'),
|
||||||
expires=dict(default=None)
|
expires=dict(default=None)
|
||||||
),
|
),
|
||||||
supports_check_mode = True
|
supports_check_mode = True
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue