mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
handle systemd-networkd having enabled-runtime
This commit is contained in:
parent
b3b6954449
commit
5ca184297e
1 changed files with 5 additions and 0 deletions
|
@ -28,6 +28,11 @@
|
|||
systemd_networkd_active: True
|
||||
when: 'ansible_local.local_facts.systemd_networkd == "enabled"'
|
||||
|
||||
- name: Setting systemd_networkd-2 results
|
||||
set_fact:
|
||||
systemd_networkd_active: True
|
||||
when: 'ansible_local.local_facts.systemd_networkd == "enabled-runtime"'
|
||||
|
||||
- name: Setting network_manager results
|
||||
set_fact:
|
||||
network_manager_active: True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue