Skip to content

Commit

Permalink
Change schema public permission
Browse files Browse the repository at this point in the history
  • Loading branch information
autn committed Nov 2, 2023
1 parent dbacda7 commit 6cca793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/db/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
become_user: postgres
community.postgresql.postgresql_privs:
db: "{{ db_name }}"
privs: USAGE
privs: ALL
type: schema
objs: public
role: "{{ db_user }}"
Expand Down

0 comments on commit 6cca793

Please sign in to comment.