1
0
Fork 0
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:
A Holt 2023-10-11 21:16:03 -04:00 committed by GitHub
parent 60a14c5a68
commit b64737bca6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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