1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00

Merge pull request #780 from jvonau/appl_mode

correct false positive, numbers need quotes (debuntu wan_in_interfaces)
This commit is contained in:
A Holt 2018-05-05 09:22:20 -04:00 committed by GitHub
commit 6e20892999
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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