Hi folks,
How can I write the following simple PostgreSQL outcome?
REVOKE CREATE ON schema public FROM [user]
I’m using:
-
Module: https://docs.ansible.com/ansible/latest/modules/postgresql_privs_module.html
-
Ansible 2.9.7
After searching the docs and web, I couldn’t figure out the settings.
Would be great if somebody has the answer.