1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00

ubuntu missing iw rfkill

This commit is contained in:
Jerry Vonau 2020-03-19 05:09:53 -05:00
parent 9d331e8262
commit e66766c88e

View file

@ -31,11 +31,13 @@
line: 'include btcfg.txt'
when: is_ubuntu
- name: Install dphys-swapfile fake-hwclock
- name: Ensure dphys-swapfile fake-hwclock iw rkill are installed
package:
name:
- dphys-swapfile
- fake-hwclock
- iw
- rfkill
state: present
- name: Increase swap file size (to CONF_SWAPSIZE={{ pi_swap_file_size }} in /etc/dphys-swapfile) as kalite pip download fails (debuntu)