1
0
Fork 0
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:
root 2022-08-01 17:28:50 -04:00
parent 112347ffa3
commit 015abc52c7

View file

@ -117,10 +117,10 @@
# 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
- name: WiFi chipset/firmware NOT CAPABLE of AP Mode (details above)
fail:
msg: WiFi chipset/firmware NOT CAPABLE of AP Mode (details above)
ignore_errors: yes
- name: WiFi chipset/firmware NOT CAPABLE of AP Mode (details above)
fail:
msg: WiFi chipset/firmware NOT CAPABLE of AP Mode (details above)
ignore_errors: yes
- name: "Set 'can_be_ap: True' if 'iw list' output contains suitable '* AP'"
set_fact: