mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 09:13:12 +00:00
Native YAML - database/postgresql/postgresql_ext (#3617)
This commit is contained in:
committed by
Matt Clay
parent
c284125e66
commit
fb2ddac407
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user