Exclude default roles of PostgreSQL-10

This commit is contained in:
Lars Kanis
2018-02-06 22:31:06 +01:00
parent 5169177b97
commit 3d676d20d1
2 changed files with 6 additions and 1 deletions

View File

@ -27,6 +27,6 @@ pg_users:
create_options: LOGIN
pg_groups:
filter: NOT rolcanlogin AND rolname!='pg_signal_backend'
filter: NOT rolcanlogin
create_options: NOLOGIN
grant_options: