1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Allow for NM with RPiOS

https://www.raspberrypi.com/news/the-latest-update-to-raspberry-pi-os/
This commit is contained in:
Jerry Vonau 2022-09-07 09:10:05 -05:00
parent fea98739f9
commit 632085548d

View file

@ -82,9 +82,9 @@
include_tasks: sysd-netd-debian.yml
when: is_debuntu and systemd_networkd_active
- name: Raspbian uses dhcpcd only with no N-M or SYS-NETD active
- name: Raspbian can use dhcpcd only with no N-M or SYS-NETD active
include_tasks: rpi_debian.yml
when: is_raspbian
when: is_raspbian and not network_manager_active
- name: Not RPi, Not NetworkManager, Not systemd-networkd in use
include_tasks: debian.yml