fix(ci): Exclude ansible-compat's new cache location

ansible-compat 25.0.0 now stores its cache in .ansible. Ignore this
location when running ansible-lint and in .gitignore.

Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
This commit is contained in:
Felix Matouschek
2025-01-15 09:50:47 +01:00
parent a64d543575
commit cf64caee84
2 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View File

@@ -43,6 +43,7 @@ htmlcov/
.nox/
.coverage
.coverage.*
.ansible
.cache
nosetests.xml
coverage.xml