diff options
| author | Ahmed AbdelHalim <[email protected]> | 2025-09-15 16:57:57 +0200 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2025-09-15 16:57:57 +0200 |
| commit | bf20031c2a10c3b704bf36c8acf920da7bdf3213 (patch) | |
| tree | 2f02e10f2b203a1de3774a6843b85cfa8145cb9b /roles/network/templates | |
| parent | 3c16c86540a7f17a1a8c2219350b056229447f83 (diff) | |
Update network role to remove dhcpcd dependency
Fix install on ubuntu not having networking service stated by default on
ubuntu
Diffstat (limited to 'roles/network/templates')
| -rw-r--r-- | roles/network/templates/NetworkManager.conf.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/network/templates/NetworkManager.conf.j2 b/roles/network/templates/NetworkManager.conf.j2 index 49dcd9bf..8d84b761 100644 --- a/roles/network/templates/NetworkManager.conf.j2 +++ b/roles/network/templates/NetworkManager.conf.j2 @@ -2,7 +2,7 @@ uri=https://ping.archlinux.org [main] -dhcp=dhcpcd +dhcp=internal plugins=ifupdown,keyfile dns=systemd-resolved |
