fix example
This commit is contained in:
parent
6d473df324
commit
a2627e0b54
1 changed files with 1 additions and 1 deletions
|
@ -35,4 +35,4 @@
|
|||
action: postgresql_db db=$dbname
|
||||
|
||||
- name: ensure user has access to database
|
||||
action: postgresql_user db=$dbname user=$dbuser password=$dbpassword
|
||||
action: postgresql_user db=$dbname user=$dbuser password=$dbpassword privs=ALL
|
||||
|
|
Loading…
Reference in a new issue