1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00
This commit is contained in:
Jerry Vonau 2022-07-23 13:16:55 -05:00
parent b73567260a
commit 41728b6444

View file

@ -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: