From ac2f8aaeab4a23685ab951af3736b7412d160314 Mon Sep 17 00:00:00 2001
From: uvok cheetah
Date: Mon, 4 Sep 2023 20:01:21 +0200
Subject: bird,munin: Add copy task

---
 roles/router/tasks/main.yml | 6 ++++++
 1 file changed, 6 insertions(+)

(limited to 'roles/router/tasks')

diff --git a/roles/router/tasks/main.yml b/roles/router/tasks/main.yml
index e8c4843..ee09493 100644
--- a/roles/router/tasks/main.yml
+++ b/roles/router/tasks/main.yml
@@ -13,3 +13,9 @@
     - tinc is defined
     - tinc.configure is defined
     - tinc.configure
+- name: copy munin plugin
+  copy:
+    src: munin_bird
+    dest: /usr/local/share/munin/plugins/bird
+  tags:
+    - munin
-- 
cgit v1.2.3