Compare commits
No commits in common. "572dd6d204f3f69b67f62ee913b27cbfb760cf91" and "149a73162e3fae0a685e14eda0d3a8fbc36835a0" have entirely different histories.
572dd6d204
...
149a73162e
@ -41,12 +41,3 @@
|
||||
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