Merge pull request #3816 from DanLovesProofs/fix-docs
Brings postgresql_db examples in line with documentation.
This commit is contained in:
commit
5a063fd55a
1 changed files with 2 additions and 2 deletions
|
@ -90,12 +90,12 @@ author: Lorin Hochstein
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
# Create a new database with name "acme"
|
# Create a new database with name "acme"
|
||||||
- postgresql_db: db=acme
|
- postgresql_db: name=acme
|
||||||
|
|
||||||
# Create a new database with name "acme" and specific encoding and locale
|
# Create a new database with name "acme" and specific encoding and locale
|
||||||
# settings. If a template different from "template0" is specified, encoding
|
# settings. If a template different from "template0" is specified, encoding
|
||||||
# and locale settings must match those of the template.
|
# and locale settings must match those of the template.
|
||||||
- postgresql_db: db=acme
|
- postgresql_db: name=acme
|
||||||
encoding='UTF-8'
|
encoding='UTF-8'
|
||||||
lc_collate='de_DE.UTF-8'
|
lc_collate='de_DE.UTF-8'
|
||||||
lc_ctype='de_DE.UTF-8'
|
lc_ctype='de_DE.UTF-8'
|
||||||
|
|
Loading…
Reference in a new issue