forked from FF-RGB/ansible
11 lines
203 B
YAML
11 lines
203 B
YAML
---
|
|
|
|
- name: Install batctl
|
|
apt: name=batctl state=latest
|
|
|
|
- name: Enable batman during boot
|
|
lineinfile: dest=/etc/modules line=batman-adv
|
|
|
|
- name: Load batman-adv module
|
|
modprobe: name=batman-adv
|