diff options
| author | Matthew Fennell <matthew@fennell.dev> | 2026-09-09 22:02:49 +0100 |
|---|---|---|
| committer | Matthew Fennell <matthew@fennell.dev> | 2026-09-09 22:02:49 +0100 |
| commit | 1abcdf6fe1f109db6fa8df609f98b87fccb31b0c (patch) | |
| tree | 07e6fc8c706d00424dcd36afcf30c2b822a64a82 /munin-node/tasks/main.yml | |
| parent | d2ecd350c47312cbf58840c953a9be68990d01e5 (diff) | |
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.
Diffstat (limited to 'munin-node/tasks/main.yml')
| -rw-r--r-- | munin-node/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
