1
0
Fork 0
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:
A Holt 2022-08-01 02:07:34 -04:00 committed by GitHub
parent 5499f09ec4
commit d99fcaddd6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -115,7 +115,7 @@
when: discovered_wireless_iface != "none" # Line not nec (but can't hurt?) 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!) 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: set_fact:
can_be_ap: True can_be_ap: True
when: look_for_ap.failed is defined and not look_for_ap.failed when: look_for_ap.failed is defined and not look_for_ap.failed