Browse Source

Fix incorrect Conduit configuration template path

Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3248
pull/3254/head
Slavi Pantaleev 1 year ago
parent
commit
dd6ee2dd14
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      roles/custom/matrix-conduit/defaults/main.yml

+ 1
- 1
roles/custom/matrix-conduit/defaults/main.yml View File

@@ -115,7 +115,7 @@ matrix_conduit_container_extra_arguments: []
# the original files into your inventory (e.g. in `inventory/host_vars/<host>/`) # the original files into your inventory (e.g. in `inventory/host_vars/<host>/`)
# and then change the specific host's `vars.yaml` file like this: # and then change the specific host's `vars.yaml` file like this:
# matrix_conduit_template_conduit_config: "{{ playbook_dir }}/inventory/host_vars/<host>/conduit.toml.j2" # matrix_conduit_template_conduit_config: "{{ playbook_dir }}/inventory/host_vars/<host>/conduit.toml.j2"
matrix_conduit_template_conduit_config: "{{ role_path }}/templates/conduit/conduit.toml.j2"
matrix_conduit_template_conduit_config: "{{ role_path }}/templates/conduit.toml.j2"


# Max size for uploads, in bytes # Max size for uploads, in bytes
matrix_conduit_max_request_size: 20_000_000 matrix_conduit_max_request_size: 20_000_000


Loading…
Cancel
Save