summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-09-03 23:44:42 +0200
committerAhmed Abdelhalim <[email protected]>2025-09-03 23:44:42 +0200
commit9314a3458a5b3add41cf31c41e8597165943840d (patch)
tree42b9a3435e390af77687080d2f1317afdde55406 /roles
parentccff0e19125a9aee9286552210651bf6e582a8b1 (diff)
Fix archlinux failure
The root causes why the idempotence test to fail is that Docker bridge creation sends netlink events to socket Socket activation starts systemd-networkd.service despite disabled state Idempotence test finds service running when expecting stopped
Diffstat (limited to 'roles')
-rw-r--r--roles/network/vars/archlinux.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/network/vars/archlinux.yml b/roles/network/vars/archlinux.yml
index f12938e6..142e7bf2 100644
--- a/roles/network/vars/archlinux.yml
+++ b/roles/network/vars/archlinux.yml
@@ -11,3 +11,4 @@ network_enabled_services:
network_disabled_services:
- "dhcpcd"
- "systemd-networkd"
+ - "systemd-networkd.socket"