summaryrefslogtreecommitdiff
path: root/database
diff options
context:
space:
mode:
authorToshio Kuratomi <toshio@fedoraproject.org>2016-01-28 09:24:02 -0800
committerToshio Kuratomi <toshio@fedoraproject.org>2016-01-28 09:24:20 -0800
commit93d02189f6dcfa0578a0fac0fb1f289369ac13a5 (patch)
tree0040bcaf9f038eb076d7203b593a41bda78592c3 /database
parentc8d5fdaf275561797c1fe8a6131c7fcc0dda3348 (diff)
downloadansible-modules-core-93d02189f6dcfa0578a0fac0fb1f289369ac13a5.tar.gz
Remove duplicate documentation fields
Diffstat (limited to 'database')
-rw-r--r--database/postgresql/postgresql_db.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/database/postgresql/postgresql_db.py b/database/postgresql/postgresql_db.py
index 762cb65e..cca41963 100644
--- a/database/postgresql/postgresql_db.py
+++ b/database/postgresql/postgresql_db.py
@@ -69,11 +69,6 @@ options:
- Encoding of the database
required: false
default: null
- encoding:
- description:
- - Encoding of the database
- required: false
- default: null
lc_collate:
description:
- Collation order (LC_COLLATE) to use in the database. Must match collation order of template database unless C(template0) is used as template.