mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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