diff --git a/lib/ansible/modules/extras/database/postgresql/postgresql_ext.py b/lib/ansible/modules/extras/database/postgresql/postgresql_ext.py index 340411dc229..e87e3ec1058 100644 --- a/lib/ansible/modules/extras/database/postgresql/postgresql_ext.py +++ b/lib/ansible/modules/extras/database/postgresql/postgresql_ext.py @@ -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: