Skip to content

Commit

Permalink
slim down collection tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhoesel committed Dec 29, 2022
1 parent 0a29219 commit b8ca34a
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,25 @@
authors:
- Max Hösel <[email protected]>
build_ignore:
- .circleci
- .github
- tests
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- pyproject.toml
- tox.ini
- .yamllint
- .ansible-lint
- .pre-commit-config.yaml
- '*.tar.gz'
- .venv
- .github
- .tox
- .pytest_cache
- scripts
- docs
- .circleci
- build
- requirements.txt
- requirements-molecule.txt
- '**/requirements-molecule.txt'
- '**/requirements.txt'
dependencies:
ansible.posix: '>=1.0,<2.0'
description: Collection dealing with Proxmox VE and PBS hosts
Expand Down

0 comments on commit b8ca34a

Please sign in to comment.