fix: add missing community.general dependency
This commit is contained in:
parent
e85fb53dd3
commit
46ed48c0d1
2 changed files with 6 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue