mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
detected_network.yml: Unindent can_be_ap rescue clause (explanation)
This commit is contained in:
parent
112347ffa3
commit
015abc52c7
1 changed files with 4 additions and 4 deletions
|
@ -117,10 +117,10 @@
|
||||||
# failed_when: False # Hides red errors and is too strong (renders useless the look_for_ap.failed test below!)
|
# failed_when: False # Hides red errors and is too strong (renders useless the look_for_ap.failed test below!)
|
||||||
|
|
||||||
rescue: # Force another red error msg (to explain) then proceed
|
rescue: # Force another red error msg (to explain) then proceed
|
||||||
- name: WiFi chipset/firmware NOT CAPABLE of AP Mode (details above)
|
- name: WiFi chipset/firmware NOT CAPABLE of AP Mode (details above)
|
||||||
fail:
|
fail:
|
||||||
msg: WiFi chipset/firmware NOT CAPABLE of AP Mode (details above)
|
msg: WiFi chipset/firmware NOT CAPABLE of AP Mode (details above)
|
||||||
ignore_errors: yes
|
ignore_errors: yes
|
||||||
|
|
||||||
- name: "Set 'can_be_ap: True' if 'iw list' output contains suitable '* AP'"
|
- name: "Set 'can_be_ap: True' if 'iw list' output contains suitable '* AP'"
|
||||||
set_fact:
|
set_fact:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue