From 50b914e77695fd1cdb294653f20143747e7e3b01 Mon Sep 17 00:00:00 2001 From: Colin Wilk Date: Thu, 2 Jul 2026 18:10:04 +0200 Subject: Add state: absent variable Allow removing configuration for repositories. --- shell.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index b15061e..268654c 100644 --- a/shell.nix +++ b/shell.nix @@ -40,5 +40,7 @@ pkgs.mkShell { molecule --version | head -n 1 echo "============================================" echo "Run: molecule test -s default" + echo "Run: molecule test -s delete" + echo "Run: molecule test --all" ''; } -- cgit v1.2.3