diff options
author | uvok cheetah | 2025-01-17 19:48:12 +0100 |
---|---|---|
committer | uvok cheetah | 2025-01-17 19:48:12 +0100 |
commit | 9f8f9095eec1b2f0427ec90a7ed5de1fc9f9a286 (patch) | |
tree | 9978a4cc4e012d21c056468c20f8c08d72244abe /roles/router/tasks | |
parent | 4ae3a8ac5d8631661d894f1286b8eb860f9af8f1 (diff) |
Fix munin script copying
Diffstat (limited to 'roles/router/tasks')
-rw-r--r-- | roles/router/tasks/main.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |