From 307116b83805d8a8f0e8c181569ec436f35564a5 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Wed, 3 Dec 2014 07:06:20 -0800 Subject: [PATCH] Fix typo so docs will build --- lib/ansible/modules/database/postgresql/postgresql_db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/database/postgresql/postgresql_db.py b/lib/ansible/modules/database/postgresql/postgresql_db.py index 60bbf247bf9..233ae3d1c87 100644 --- a/lib/ansible/modules/database/postgresql/postgresql_db.py +++ b/lib/ansible/modules/database/postgresql/postgresql_db.py @@ -45,7 +45,7 @@ options: required: false default: localhost login_unix_socket: - description + description: - Path to a Unix domain socket for local connections required: false default: null