mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
commit
6b521356d5
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
dokuwiki_url: /wiki
|
dokuwiki_url: /wiki
|
||||||
dokuwiki_install: True
|
dokuwiki_install: True
|
||||||
dokuwiki_enabled: False
|
dokuwiki_enabled: False
|
||||||
dokuwiki_version: "dokuwiki-2018-04-22"
|
dokuwiki_version: "dokuwiki-2018-04-22a"
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
- name: Setting wan_in_interfaces
|
- name: Setting wan_in_interfaces
|
||||||
set_fact:
|
set_fact:
|
||||||
wan_in_interfaces: True
|
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
|
# WIRELESS -- if any wireless is detected as gateway, it becomes WAN
|
||||||
- name: Look for any wireless interfaces
|
- name: Look for any wireless interfaces
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue