setup_batman: load kernel module

netsplit
Niklas Yann Wettengel 7 years ago
parent 3635c59de8
commit 8fc904ff58

@ -4,6 +4,11 @@
src: modules-load.d_batman.conf
dest: /etc/modules-load.d/batman.conf
- name: load batman-adv kernel module
modprobe:
name: batman-adv
state: present
- name: install batctl
pacman:
name: batctl

Loading…
Cancel
Save