ansible-ffrgb/roles/batman/tasks/main.yml

11 lines
203 B
YAML
Raw Normal View History

2017-03-27 17:39:04 +02:00
---
- name: Install batctl
apt: name=batctl state=latest
2017-03-27 17:39:04 +02:00
- name: Enable batman during boot
lineinfile: dest=/etc/modules line=batman-adv
- name: Load batman-adv module
modprobe: name=batman-adv