mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-02 12:14:25 -07:00
add documentation for "template" parameter in postgresql_db
This commit is contained in:
parent
cd7fe9875c
commit
8a262c2b20
1 changed files with 5 additions and 0 deletions
|
@ -49,6 +49,11 @@ options:
|
||||||
- Name of the role to set as owner of the database
|
- Name of the role to set as owner of the database
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
|
template:
|
||||||
|
description:
|
||||||
|
- Template used to create the database
|
||||||
|
required: false
|
||||||
|
default: null
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
- The database state
|
- The database state
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue