diff options
Diffstat (limited to 'roles/router/tasks/main.yml')
-rw-r--r-- | roles/router/tasks/main.yml | 6 |
1 files changed, 6 insertions, 0 deletions
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 |