postgresql icon indicating copy to clipboard operation
postgresql copied to clipboard

added optional groups in users privileges

Open aksenk opened this issue 3 years ago • 3 comments

Now we can add users to the specified groups if required

aksenk avatar Jan 19 '22 16:01 aksenk

@aksenk, "groups" isn't listed as a parameter:

https://docs.ansible.com/ansible/2.6/modules/postgresql_user_module.html#parameters

If there is something I'm missing, then could you update the doco with some examples of usage, and add some CI tests to ensure it's working.

gclough avatar Apr 13 '22 11:04 gclough

d contested?

Hi @gclough.

Thanks for your answer.

This parameter is present, but was added only in version 2.9 https://docs.ansible.com/ansible/2.9/modules/postgresql_user_module.html#parameter-groups

What can we do about it?

aksenk avatar Apr 20 '22 13:04 aksenk

With newer versions I think this PR should be merged Ansible 2.9 is now an older version, actually the oldest version we test on this role

MrMegaNova avatar Dec 15 '23 10:12 MrMegaNova