From 2e6e0a4cc82c7c17af9ab48be10060e16e2ad823 Mon Sep 17 00:00:00 2001 From: Andriy Novykov Date: Fri, 27 Oct 2023 20:52:33 -0400 Subject: [PATCH] fix regex --- playbooks/uninstall_nix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/uninstall_nix.yml b/playbooks/uninstall_nix.yml index 92e0af10..dc61668a 100644 --- a/playbooks/uninstall_nix.yml +++ b/playbooks/uninstall_nix.yml @@ -85,7 +85,7 @@ lineinfile: path: /etc/fstab state: absent - regexp: '{{\/data\/nix \/nix none bind 0 0' + regexp: '\/data\/nix \/nix none bind 0 0' - name: Remove Nix store from shared filesystem hosts: bastion