mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
ensure wireless-tools is installed for ubuntu
This commit is contained in:
parent
4c4d593594
commit
612ac79fed
1 changed files with 2 additions and 1 deletions
|
@ -31,13 +31,14 @@
|
|||
line: 'include btcfg.txt'
|
||||
when: is_ubuntu
|
||||
|
||||
- name: 'Ensure packages are installed: dphys-swapfile, fake-hwclock, iw, rfkill'
|
||||
- name: 'Ensure packages are installed: dphys-swapfile, fake-hwclock, iw, rfkill, wireless-tools'
|
||||
package:
|
||||
name:
|
||||
- dphys-swapfile
|
||||
- fake-hwclock
|
||||
- iw
|
||||
- rfkill
|
||||
- wireless-tools
|
||||
state: present
|
||||
|
||||
- name: Increase swap file size (to CONF_SWAPSIZE={{ pi_swap_file_size }} in /etc/dphys-swapfile) as kalite pip download fails
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue