From a2d548dabb6882f9321c0368b2136f54fe636a8c Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Tue, 3 Mar 2026 12:11:05 +0100 Subject: [PATCH] fix: fstab for router --- tasks/fstab.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/fstab.yaml b/tasks/fstab.yaml index 4bb4c91..5d949b6 100644 --- a/tasks/fstab.yaml +++ b/tasks/fstab.yaml @@ -12,4 +12,4 @@ passno: "0" when: - "ansible_os_family == 'Alpine'" - - "'netbird0' not in inventory_hostname" + - "'router' not in inventory_hostname"