1
0
Fork 0
mirror of https://github.com/roles-ansible/role-postgresql-backup.git synced 2024-08-16 10:19:49 +02:00

Improve README Syntax

This commit is contained in:
L3D 2020-07-21 18:50:01 +02:00 committed by L3D
parent d26daa76a1
commit 0d1b13e360
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B

View file

@ -60,11 +60,10 @@ postgresql_backup:
```
+ Export Option for pg_dump.
> ``p`` plain-text SQL script
> ``c`` custom-format archive
> ``d`` directory-format archive
> ``t`` tar-format archive
> - ``p`` plain-text SQL script
> - ``c`` custom-format archive
> - ``d`` directory-format archive
> - ``t`` tar-format archive
```yaml
postgresql_backup:
export_option: "p"