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:
parent
9d331e8262
commit
e66766c88e
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue