fix: actually allow overriding the conduit config template

This commit is contained in:
Samuel Meenzen
2024-02-19 15:14:36 +01:00
parent 4ae2e95772
commit bb59e82bca
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
- name: Ensure Conduit configuration installed
ansible.builtin.template:
src: "{{ role_path }}/templates/conduit.toml.j2"
src: "{{ matrix_conduit_template_conduit_config }}"
dest: "{{ matrix_conduit_config_path }}/conduit.toml"
mode: 0644
owner: "{{ matrix_user_username }}"