feat: add user attributes

This commit is contained in:
Adrien Waksberg 2021-11-09 11:40:21 +01:00
parent 0559d59d56
commit 44ac805f2c
4 changed files with 15 additions and 7 deletions

View file

@ -60,6 +60,7 @@
password: '{{ item.password }}'
db: '{{ item.database }}'
priv: '{{ item.privileges|join("/") }}'
role_attr_flags: '{{ item.attributes|join(",")|default("") }}'
state: '{{ item.state|default("present") }}'
loop: '{{ postgresql_users }}'
loop_control: