-
Notifications
You must be signed in to change notification settings - Fork 578
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use the Ansible module postgresql_privs_module to manage user privileges #175
Comments
This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution! |
There is a deprecation warning: |
This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution! |
to keep it open |
http://docs.ansible.com/ansible/postgresql_privs_module.html
It'd be more expressive/convenient to use this rather than the
postgresql_user
module for managing user privileges: https://github.com/ANXS/postgresql/blob/master/tasks/users_privileges.yml#L4It's an Ansible core module, so should be supported by them.
The text was updated successfully, but these errors were encountered: