Merge pull request #1832 from legrostdg/devel
add encoding documentation in postgresql_db
This commit is contained in:
commit
a325fd5c4c
1 changed files with 5 additions and 0 deletions
|
@ -54,6 +54,11 @@ options:
|
||||||
- Template used to create the database
|
- Template used to create the database
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
|
encoding:
|
||||||
|
description:
|
||||||
|
- Encoding of the database
|
||||||
|
required: false
|
||||||
|
default: null
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
- The database state
|
- The database state
|
||||||
|
|
Loading…
Reference in a new issue