From 9f8f9095eec1b2f0427ec90a7ed5de1fc9f9a286 Mon Sep 17 00:00:00 2001 From: uvok cheetah Date: Fri, 17 Jan 2025 19:48:12 +0100 Subject: Fix munin script copying --- roles/router/tasks/main.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'roles/router/tasks') diff --git a/roles/router/tasks/main.yml b/roles/router/tasks/main.yml index 5586edf..a804ec8 100644 --- a/roles/router/tasks/main.yml +++ b/roles/router/tasks/main.yml @@ -10,6 +10,8 @@ stat: path: /usr/local/share/munin/plugins/ register: munin_plugin_dir + tags: + - munin - name: Copy munin plugin copy: src: munin_bird -- cgit v1.2.3