diff --git a/roles/grafana_alloy/tasks/main.yml b/roles/grafana_alloy/tasks/main.yml index c79bb7e..93ca2d3 100644 --- a/roles/grafana_alloy/tasks/main.yml +++ b/roles/grafana_alloy/tasks/main.yml @@ -1,7 +1,7 @@ - name: Render Alloy config set_fact: - __mylimbo_globals_alloy_config_content: "{{ lookup('template', 'template/config.alloy.j2') }}" + __mylimbo_globals_alloy_config_content: "{{ lookup('template', 'templates/config.alloy.j2') }}" - name: Install Alloy ansible.builtin.include_role: