diff options
author | Toshio Kuratomi <toshio@fedoraproject.org> | 2014-12-03 08:16:59 -0800 |
---|---|---|
committer | Toshio Kuratomi <toshio@fedoraproject.org> | 2014-12-03 08:17:15 -0800 |
commit | 5af446382326aa93f89772316a84105b5110817f (patch) | |
tree | 08ed888a8541437f0072e8fdb0fe5dea21c40ca9 /database/postgresql/postgresql_user.py | |
parent | 71224c867842d9876c2f35340cf753f021ab501c (diff) | |
download | ansible-modules-core-5af446382326aa93f89772316a84105b5110817f.tar.gz |
Gixes to doc formatting
Diffstat (limited to 'database/postgresql/postgresql_user.py')
-rw-r--r-- | database/postgresql/postgresql_user.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/database/postgresql/postgresql_user.py b/database/postgresql/postgresql_user.py index 3581d2ea..a61cb544 100644 --- a/database/postgresql/postgresql_user.py +++ b/database/postgresql/postgresql_user.py @@ -79,7 +79,7 @@ options: required: false default: localhost login_unix_socket: - description + description: - Path to a Unix domain socket for local connections required: false default: null |