From 632085548ddf70b447d5dd270adf2f3841912bdc Mon Sep 17 00:00:00 2001 From: Jerry Vonau Date: Wed, 7 Sep 2022 09:10:05 -0500 Subject: [PATCH] Allow for NM with RPiOS https://www.raspberrypi.com/news/the-latest-update-to-raspberry-pi-os/ --- roles/network/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/network/tasks/main.yml b/roles/network/tasks/main.yml index 67f9d28e7..c8b9aeac1 100644 --- a/roles/network/tasks/main.yml +++ b/roles/network/tasks/main.yml @@ -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