aboutsummaryrefslogtreecommitdiffstats
path: root/shell.nix
diff options
context:
space:
mode:
authorColin Wilk <colin@wilk.cx>2026-07-02 18:10:04 +0200
committerColin Wilk <colin@wilk.cx>2026-07-02 18:10:04 +0200
commit50b914e77695fd1cdb294653f20143747e7e3b01 (patch)
treeb667145cd04e39abb52d1680fc61a17513ae0af6 /shell.nix
parent66e46df3d2a840bf62ef8084ad171041772db65e (diff)
downloadansible-role-borgbackup-50b914e77695fd1cdb294653f20143747e7e3b01.tar.gz
ansible-role-borgbackup-50b914e77695fd1cdb294653f20143747e7e3b01.zip
Add state: absent variable
Allow removing configuration for repositories.
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix2
1 files changed, 2 insertions, 0 deletions
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"
'';
}