feat: add user attributes
This commit is contained in:
parent
0559d59d56
commit
44ac805f2c
4 changed files with 15 additions and 7 deletions
tasks
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue