mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
default
This commit is contained in:
parent
b73567260a
commit
41728b6444
1 changed files with 5 additions and 0 deletions
|
@ -4,6 +4,11 @@
|
|||
register: netplan
|
||||
#ignore_errors: True # pre 17.10 doesn't use netplan
|
||||
|
||||
# 2022-07-23
|
||||
- name: Default to False
|
||||
set_fact:
|
||||
systemd_networkd_active: False
|
||||
|
||||
# 2022-07-22: Copied from detected_network.yml (REMOVE DUPLICATE CODE LATER?!)
|
||||
- name: "Set 'systemd_networkd_active: True' if local_facts.systemd_networkd confirms"
|
||||
set_fact:
|
||||
|
|
Loading…
Reference in a new issue