mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
tools needed after detection
This commit is contained in:
parent
94d80f7ac4
commit
5196b4dff9
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,3 @@
|
|||
- name: Install network packages (including many WiFi tools, and also iptables-persistent for firewall)
|
||||
include_tasks: install.yml
|
||||
when: network_install and network_installed is undefined
|
||||
|
||||
- name: Select RPi firmware mode
|
||||
include_role:
|
||||
name: firmware
|
||||
|
@ -25,6 +21,10 @@
|
|||
- name: computed_network
|
||||
include_tasks: computed_network.yml
|
||||
|
||||
- name: Install network packages (including many WiFi tools, and also iptables-persistent for firewall)
|
||||
include_tasks: install.yml
|
||||
when: network_install and network_installed is undefined
|
||||
|
||||
- name: Configuring Network if enabled
|
||||
block:
|
||||
# - name: Configure wondershaper
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue