1
0
Fork 0
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:
Fabio Alessandro Locati 2016-12-01 19:08:14 +00:00 committed by Matt Clay
parent c284125e66
commit fb2ddac407

View file

@ -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: