Native YAML - database/postgresql/postgresql_ext (#3617)
This commit is contained in:
parent
c284125e66
commit
fb2ddac407
1 changed files with 3 additions and 1 deletions
|
@ -70,7 +70,9 @@ author: Daniel Schep
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
# Adds postgis to the database "acme"
|
# Adds postgis to the database "acme"
|
||||||
- postgresql_ext: name=postgis db=acme
|
- postgresql_ext:
|
||||||
|
name: postgis
|
||||||
|
db: acme
|
||||||
'''
|
'''
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue