From bb72eaec10f0de458bf9f1b0538a2df7d6f09535 Mon Sep 17 00:00:00 2001 From: Martin Bauer Date: Tue, 8 Sep 2026 17:13:39 +0200 Subject: [PATCH] Untrack local .ansible runtime cache and fix stale gitignore path The .ansible directory is a local ansible-galaxy/ansible-core cache that got swept into the previous commit by git add -A. Also update the pi-squeezeserver backup ignore path to match the role rename. Co-Authored-By: Claude Sonnet 5 --- .ansible/.lock | 0 .gitignore | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 .ansible/.lock diff --git a/.ansible/.lock b/.ansible/.lock deleted file mode 100644 index e69de29..0000000 diff --git a/.gitignore b/.gitignore index 7452252..ffe491c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ *.img __pycache__ -/roles/pi-squeezeserver/backup +/roles/pi_squeezeserver/backup +.ansible/ venv*