forked from ISTI-ansible-roles/ansible-roles
library/roles/postgresql/defaults/main.yml: Fix a typo.
This commit is contained in:
parent
e7f5d588b5
commit
a6aa07ba6a
|
@ -35,7 +35,7 @@ psql_conf_parameters:
|
|||
psql_enable_ssl: False
|
||||
postgresql_letsencrypt_managed: True
|
||||
psql_conf_ssl_parameters:
|
||||
- { name: 'ssl', value: 'true'
|
||||
- { name: 'ssl', value: 'true' }
|
||||
- { name: 'ssl_cert_file', value: '/var/lib/acme/live/{{ ansible_fqdn }}/cert' }
|
||||
- { name: 'ssl_key_file', value: '/etc/pki/postgresql/postgresql.key' }
|
||||
- { name: 'ssl_ca_file', value: '/var/lib/acme/live/{{ ansible_fqdn }}/chain' }
|
||||
|
|
Loading…
Reference in New Issue