mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
network/tasks/main.yml: 2 comments about no_net_restart
This commit is contained in:
parent
05600f3b7a
commit
9d63fa40fb
1 changed files with 6 additions and 5 deletions
|
@ -6,12 +6,13 @@
|
|||
- name: detected_network
|
||||
include_tasks: detected_network.yml
|
||||
|
||||
- name: "Set 'no_net_restart: True' if discovered_wireless_iface == iiab_wan_iface"
|
||||
#- name: "Set 'no_net_restart: True' if discovered_wireless_iface == iiab_wan_iface"
|
||||
- name: "Set 'no_net_restart: True' if has_wifi_gateway is defined"
|
||||
set_fact:
|
||||
no_net_restart: True # 2020-05-09: Var is currently used in 10 files:
|
||||
# 0-init/defaults/main.yml, network/tasks/main.yml, debian.yml,
|
||||
# detected_network.yml, down-debian.yml, NM-debian.yml, restart.yml,
|
||||
# sysd-netd-debian.yml, computed_services.yml, rpi_debian.yml
|
||||
no_net_restart: True # 2020-09-12: Var is currently used in 11 files...
|
||||
# 0-init/defaults/main.yml, network/tasks/main.yml, computed_services.yml,
|
||||
# debian.yml, detected_network.yml, down-debian.yml, netplan.yml,
|
||||
# NM-debian.yml, restart.yml, rpi_debian.yml, sysd-netd-debian.yml
|
||||
when: has_wifi_gateway is defined
|
||||
|
||||
- name: computed_network
|
||||
|
|
Loading…
Reference in a new issue