mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
detected_network.yml: Clarify 'can_be_ap: True' for #3329
This commit is contained in:
parent
5499f09ec4
commit
d99fcaddd6
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@
|
|||
when: discovered_wireless_iface != "none" # Line not nec (but can't hurt?)
|
||||
ignore_errors: yes # 'failed_when: False' hides red errors, but is too strong (renders useless the look_for_ap.failed test below!)
|
||||
|
||||
- name: Set can_be_ap if 'iw list' output contains suitable '* AP'
|
||||
- name: "Set 'can_be_ap: True' if 'iw list' output contains suitable '* AP'"
|
||||
set_fact:
|
||||
can_be_ap: True
|
||||
when: look_for_ap.failed is defined and not look_for_ap.failed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue