mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
netplan.yml: Explain forced 'systemd_networkd_active: False' (for 1-prep)
This commit is contained in:
parent
14b6fa624e
commit
1b6c988b21
1 changed files with 3 additions and 2 deletions
|
@ -4,8 +4,9 @@
|
|||
register: netplan
|
||||
#ignore_errors: True # pre 17.10 doesn't use netplan
|
||||
|
||||
# 2022-07-23
|
||||
- name: Default to False
|
||||
# 2022-07-23: PR #3319 "Ubuntu variants [all] use NetworkManager as the backend
|
||||
# for use with netplan and ship with systemd-networkd present but disabled"
|
||||
- name: "Force default 'systemd_networkd_active: False' -- nec b/c network/default/main.yml is omitted when 1-prep directly invokes network/tasks/install.yml"
|
||||
set_fact:
|
||||
systemd_networkd_active: False
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue