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

11 lines
199 B
YAML
Raw Normal View History

2017-03-27 17:39:04 +02:00
---
2018-02-04 18:32:45 +01:00
- name: Install batctl from apt
2018-07-26 11:00:06 +02:00
apt: name=batctl
2018-02-04 18:32:45 +01:00
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