1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +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' line: 'include btcfg.txt'
when: is_ubuntu when: is_ubuntu
- name: Install dphys-swapfile fake-hwclock - name: Ensure dphys-swapfile fake-hwclock iw rkill are installed
package: package:
name: name:
- dphys-swapfile - dphys-swapfile
- fake-hwclock - fake-hwclock
- iw
- rfkill
state: present state: present
- name: Increase swap file size (to CONF_SWAPSIZE={{ pi_swap_file_size }} in /etc/dphys-swapfile) as kalite pip download fails (debuntu) - name: Increase swap file size (to CONF_SWAPSIZE={{ pi_swap_file_size }} in /etc/dphys-swapfile) as kalite pip download fails (debuntu)