mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
vnstat/tasks/install.yml: Clean up comment for PR #3272
This commit is contained in:
parent
a225ad92a4
commit
f0ea82c1b6
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
register: gw_active_test
|
||||
when: discovered_wan_iface != "none"
|
||||
|
||||
- name: "If gateway responded, set 'gw_active: True' and 'iiab_wan_iface: {{ discovered_wan_iface }}' -- using discovered_wan_iface"
|
||||
- name: "If gateway responded, set 'iiab_wan_iface: {{ discovered_wan_iface }}' -- using discovered_wan_iface"
|
||||
set_fact:
|
||||
iiab_wan_iface: "{{ discovered_wan_iface }}"
|
||||
when: discovered_wan_iface != "none" and gw_active_test.stdout == "1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue