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 <noreply@anthropic.com>
This commit is contained in:
2026-09-08 17:13:39 +02:00
parent ab9763ec49
commit bb72eaec10
2 changed files with 2 additions and 1 deletions

View File

3
.gitignore vendored
View File

@@ -1,4 +1,5 @@
*.img
__pycache__
/roles/pi-squeezeserver/backup
/roles/pi_squeezeserver/backup
.ansible/
venv*