1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00

Merge pull request #3361 from jvonau/rpi-NM

Allow for NM with RPiOS
This commit is contained in:
A Holt 2022-09-08 10:26:05 -04:00 committed by GitHub
commit ebdba360a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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