mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
move firmware replacement
This commit is contained in:
parent
a16be49be5
commit
3bb41e2e07
1 changed files with 4 additions and 5 deletions
|
@ -1,8 +1,3 @@
|
||||||
- name: Select RPi firmware mode
|
|
||||||
include_role:
|
|
||||||
name: firmware
|
|
||||||
when: rpi_model != "none"
|
|
||||||
|
|
||||||
- name: detected_network
|
- name: detected_network
|
||||||
include_tasks: detected_network.yml
|
include_tasks: detected_network.yml
|
||||||
|
|
||||||
|
@ -108,6 +103,10 @@
|
||||||
# end block
|
# end block
|
||||||
when: network_installed is defined and network_enabled
|
when: network_installed is defined and network_enabled
|
||||||
|
|
||||||
|
- name: Select RPi firmware mode
|
||||||
|
include_role:
|
||||||
|
name: firmware
|
||||||
|
when: rpi_model != "none"
|
||||||
|
|
||||||
- name: Create {{ iiab_etc_path }}/install-flags/iiab-network-complete on second pass of network role.
|
- name: Create {{ iiab_etc_path }}/install-flags/iiab-network-complete on second pass of network role.
|
||||||
file:
|
file:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue