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