mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
detected_network.yml: 'when: look_for_ap.failed is defined and...'
This commit is contained in:
parent
4d5143e2de
commit
1df0263281
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@
|
|||
- name: Set can_be_ap if 'iw list' output contains suitable '* AP'
|
||||
set_fact:
|
||||
can_be_ap: True
|
||||
when: look_for_ap is defined and not look_for_ap.failed
|
||||
when: look_for_ap.failed is defined and not look_for_ap.failed
|
||||
|
||||
- name: Detect wifi gateway active
|
||||
shell: ip r | grep default | grep {{ discovered_wireless_iface }} | wc -l
|
||||
|
|
Loading…
Reference in a new issue