mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
correct false postive, numbers need quotes
This commit is contained in:
parent
1dda6adf6d
commit
852d14dbde
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
- name: Setting wan_in_interfaces
|
||||
set_fact:
|
||||
wan_in_interfaces: True
|
||||
when: is_debuntu and wan_file.stdout|int >= 0
|
||||
when: is_debuntu and wan_file.stdout|int >= "0"
|
||||
|
||||
# WIRELESS -- if any wireless is detected as gateway, it becomes WAN
|
||||
- name: Look for any wireless interfaces
|
||||
|
|
Loading…
Reference in a new issue