Skip to content

Commit 0db655b

Browse files
lexfreiclaude
andcommitted
fix: exclude .ansible, .ansible-lint, .gitignore from collection build
The .ansible/ directory (created during local collection install) was leaking into the tarball with a recursive copy of the collection. Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: Aleksei Sviridkin <f@lex.la>
1 parent a70a11d commit 0db655b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

galaxy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,7 @@ build_ignore:
2525
- "*.tar.gz"
2626
- ".git"
2727
- ".github"
28+
- ".ansible"
29+
- ".ansible-lint"
30+
- ".gitignore"
2831
- "tests"

0 commit comments

Comments
 (0)