Skip to content

Commit 0450055

Browse files
spantaleevvenimus
authored andcommitted
Fix incorrect Conduit configuration template path
Fixes spantaleev#3248
1 parent 888fdcb commit 0450055

File tree

1 file changed

+1
-1
lines changed
  • roles/custom/matrix-conduit/defaults

1 file changed

+1
-1
lines changed

roles/custom/matrix-conduit/defaults/main.yml

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

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

0 commit comments

Comments
 (0)