From 1abcdf6fe1f109db6fa8df609f98b87fccb31b0c Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Wed, 9 Sep 2026 22:02:49 +0100 Subject: Move munin-node template from xmpp-server This was the only config file still dependent on the wider playbook. There are still multiple variables that are neither defined in the playbook nor in argument_specs. This would be good to clean up later. --- munin-node/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'munin-node/tasks/main.yml') diff --git a/munin-node/tasks/main.yml b/munin-node/tasks/main.yml index 342a3f7..dde9572 100644 --- a/munin-node/tasks/main.yml +++ b/munin-node/tasks/main.yml @@ -25,7 +25,7 @@ - name: Ensure munin is configured ansible.builtin.template: - src: "{{ playbook_dir }}/files/munin-node.conf.j2" + src: munin-node.conf.j2 dest: /etc/munin/munin-node.conf owner: root group: root -- cgit v1.2.3