Ver Fonte

Use batctl from backports

Markus Lindenberg há 8 anos atrás
pai
commit
172c05573c
1 ficheiros alterados com 1 adições e 1 exclusões
  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