Fix typo in postgresql option

This commit is contained in:
Emmanouil Kampitakis 2019-02-21 23:19:47 +01:00
parent 70580816f6
commit 3c04ca951d

View file

@ -14,7 +14,7 @@
- name: "{{ dbuser }}"
password: "{{ dbpw }}"
postgresql_global_config_options:
- option: listen_address
- option: listen_addresses
value: "*"
- role: matrix-ansible-synapse
matrix_server_name: localhost