mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Clarify IIAB_LAN|WAN_DEVICE saved to /etc/iiab/iiab.env
This commit is contained in:
parent
82862c4dd0
commit
7986d5b28a
1 changed files with 2 additions and 2 deletions
|
@ -127,7 +127,7 @@
|
||||||
- network
|
- network
|
||||||
|
|
||||||
# this is moving
|
# this is moving
|
||||||
- name: Record iiab_wan_device
|
- name: Record IIAB_WAN_DEVICE to /etc/iiab/iiab.env
|
||||||
lineinfile:
|
lineinfile:
|
||||||
dest: /etc/iiab/iiab.env
|
dest: /etc/iiab/iiab.env
|
||||||
regexp: '^IIAB_WAN_DEVICE=*'
|
regexp: '^IIAB_WAN_DEVICE=*'
|
||||||
|
@ -137,7 +137,7 @@
|
||||||
tags:
|
tags:
|
||||||
- network
|
- network
|
||||||
|
|
||||||
- name: Record iiab_lan_device
|
- name: Record IIAB_LAN_DEVICE to /etc/iiab/iiab.env
|
||||||
lineinfile:
|
lineinfile:
|
||||||
dest: /etc/iiab/iiab.env
|
dest: /etc/iiab/iiab.env
|
||||||
regexp: '^IIAB_LAN_DEVICE=*'
|
regexp: '^IIAB_LAN_DEVICE=*'
|
||||||
|
|
Loading…
Reference in a new issue