fix: add missing community.general dependency

This commit is contained in:
s3lph 2025-02-15 21:55:59 +01:00
parent e85fb53dd3
commit 46ed48c0d1
2 changed files with 6 additions and 4 deletions
.forgejo/workflows
galaxy.yml

View file

@ -14,6 +14,7 @@ jobs:
- run: |
apt update; apt install --yes python3-pip
pip3 install --break-system-packages ansible-lint
ansible-galaxy collection install community.mysql==1.2.0
ansible-galaxy collection install community.crypto==1.5.0
ansible-galaxy collection install 'community.general:>=8.5.0,<9.0.0'
ansible-galaxy collection install 'community.mysql:>=1.2.0,<2.0.0'
ansible-galaxy collection install 'community.crypto:>=1.5.0,<2.0.0'
ansible-lint

View file

@ -47,8 +47,9 @@ tags:
# L(specifiers,https://python-semanticversion.readthedocs.io/en/latest/#requirement-specification). Multiple version
# range specifiers can be set and are separated by ','
dependencies:
community.mysql: '1.2.0'
community.crypto: '1.5.0'
community.general: '>=8.5.0,<9.0.0'
community.mysql: '>=1.2.0,<2.0.0'
community.crypto: '>=1.5.0,<2.0.0'
# The URL of the originating SCM repository
repository: https://git.kabelsalat.ch/s3lph/ansible-collection-mailserver