From f857f15d50a43bc6fd005a4bf3d8617521e2316b Mon Sep 17 00:00:00 2001 From: "Artemis (Iron Legion)" Date: Sat, 23 May 2026 10:51:54 -0400 Subject: [PATCH] feat: add nfs-common to fleet baseline packages for Igor NAS access --- local.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/local.yml b/local.yml index ed949ca..240cc3b 100644 --- a/local.yml +++ b/local.yml @@ -33,6 +33,7 @@ - vim - python3-pip - cifs-utils + - nfs-common state: present when: ansible_os_family == "Debian" tags: [baseline]