Explorar o código

Use batctl from backports

Markus Lindenberg %!s(int64=8) %!d(string=hai) anos
pai
achega
172c05573c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      roles/mesh-batman/tasks/main.yml

+ 1 - 1
roles/mesh-batman/tasks/main.yml

@@ -1,7 +1,7 @@
 ---
 
 - name: Ensure batctl is installed
-  apt: name=batctl
+  apt: name=batctl state=latest default_release={{ ansible_distribution_release }}-backports
 
 - name: Enable batman module on boot
   lineinfile: dest=/etc/modules line=batman_adv