Sanity fixes to parameter types (#52325)

This commit is contained in:
Dag Wieers
2019-02-15 16:58:58 +01:00
committed by GitHub
parent 47190088b4
commit 677c04c01d
25 changed files with 445 additions and 404 deletions

View File

@@ -23,7 +23,7 @@ options:
login_unix_socket:
description:
- Path to a Unix domain socket for local connections.
type: path
type: str
port:
description:
- Database port to connect to.
@@ -42,7 +42,7 @@ options:
description:
- Specifies the name of a file containing SSL certificate authority (CA) certificate(s).
- If the file exists, the server's certificate will be verified to be signed by one of these authorities.
type: path
type: str
version_added: '2.3'
notes:
- The default authentication assumes that you are either logging in as or sudo'ing to the C(postgres) account on the host.