Merge branch 'test'
This commit is contained in:
commit
572dd6d204
@ -41,3 +41,12 @@
|
|||||||
obj: "{{ postgresql_database }}"
|
obj: "{{ postgresql_database }}"
|
||||||
role: "{{ postgresql_username }}"
|
role: "{{ postgresql_username }}"
|
||||||
become_user: postgres
|
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