postgresql_owner: fix doc (#55091)

* postgresql_owner: fix doc

* postgresql_owner: fix doc

* postgresql_owner: fix doc
This commit is contained in:
Andrey Klychkov 2019-04-10 16:54:27 +03:00 committed by John R Barker
parent c3e50db1d5
commit d3dae4a444
3 changed files with 9 additions and 26 deletions

View file

@ -108,18 +108,11 @@ options:
type: str
default: prefer
choices: [ allow, disable, prefer, require, verify-ca, verify-full ]
ssl_rootcert:
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: str
ca_cert:
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.
- 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: str
aliases: [ ssl_rootcert ]
notes: