1
0
Fork 0
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:
A Holt 2017-12-28 22:11:37 -05:00 committed by GitHub
parent 82862c4dd0
commit 7986d5b28a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -127,7 +127,7 @@
- network
# this is moving
- name: Record iiab_wan_device
- name: Record IIAB_WAN_DEVICE to /etc/iiab/iiab.env
lineinfile:
dest: /etc/iiab/iiab.env
regexp: '^IIAB_WAN_DEVICE=*'
@ -137,7 +137,7 @@
tags:
- network
- name: Record iiab_lan_device
- name: Record IIAB_LAN_DEVICE to /etc/iiab/iiab.env
lineinfile:
dest: /etc/iiab/iiab.env
regexp: '^IIAB_LAN_DEVICE=*'