mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Restore running of sysd-netd-debian.yml (when: systemd_networkd_active)
This commit is contained in:
parent
60a14c5a68
commit
b64737bca6
1 changed files with 2 additions and 1 deletions
|
@ -78,7 +78,8 @@
|
|||
|
||||
- name: systemd-networkd in use
|
||||
include_tasks: sysd-netd-debian.yml
|
||||
when: systemd_networkd_active and not network_manager_active
|
||||
when: systemd_networkd_active
|
||||
#when: systemd_networkd_active and not network_manager_active # 2023-10-11: Not the right way to solve #3657 (systemd-resolved issue on RasPiOS 12+) as this would damage Ubuntu/Mint.
|
||||
|
||||
# 2023-10-11: Should rpi_debian.yml go away in future, now that RasPiOS Bookworm uses NetworkManager?
|
||||
- name: Raspbian can use dhcpcd only with no N-M or SYS-NETD active
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue