mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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 = '''
|
||||
# Adds postgis to the database "acme"
|
||||
- postgresql_ext: name=postgis db=acme
|
||||
- postgresql_ext:
|
||||
name: postgis
|
||||
db: acme
|
||||
'''
|
||||
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue