Missing owner option on postgresql_db
This commit is contained in:
parent
07580692f5
commit
514f491514
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@ host before using this module.
|
|||
+--------------------+----------+----------+----------------------------------------------------------------------------+
|
||||
| login_host | no | | host running PostgreSQL. Default (blank) implies localhost |
|
||||
+--------------------+----------+----------+----------------------------------------------------------------------------+
|
||||
| owner | no | | name of the role to set as owner of the database |
|
||||
+--------------------+----------+----------+----------------------------------------------------------------------------+
|
||||
| state | | present | 'absent' or 'present' |
|
||||
+--------------------+----------+----------+----------------------------------------------------------------------------+
|
||||
|
||||
|
|
Loading…
Reference in a new issue