Compare commits
3 Commits
149a73162e
...
572dd6d204
Author | SHA1 | Date | |
---|---|---|---|
572dd6d204 | |||
8b3f83a385 | |||
1477554a35 |
@ -41,3 +41,12 @@
|
||||
obj: "{{ postgresql_database }}"
|
||||
role: "{{ postgresql_username }}"
|
||||
become_user: postgres
|
||||
|
||||
- name: Grant all privs on schema public to user
|
||||
community.postgresql.postgresql_privs:
|
||||
db: "{{ postgresql_database }}"
|
||||
privs: ALL
|
||||
type: schema
|
||||
obj: public
|
||||
role: "{{ postgresql_username }}"
|
||||
become_user: postgres
|
||||
|
Loading…
Reference in New Issue
Block a user