mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07: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 |
|
| 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' |
|
| state | | present | 'absent' or 'present' |
|
||||||
+--------------------+----------+----------+----------------------------------------------------------------------------+
|
+--------------------+----------+----------+----------------------------------------------------------------------------+
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue