mirror of https://github.com/ansible/ansible.git
postgresql_user: set type of conn_limit (#50178)
conn_limit type is set to 'int'. This will allow module to compare conn_limit with record value without type casting. Fixes: #38118 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>pull/50275/head
parent
4c3064a36f
commit
fc6c500b5b
@ -0,0 +1,3 @@
|
||||
---
|
||||
minor_changes:
|
||||
- conn_limit type is set to 'int' in postgresql_user module. This will allow module to compare conn_limit with record value without type casting.
|
Loading…
Reference in New Issue