Skip to content

Commit

Permalink
Merge pull request #597 from konstruktoid/galaxy
Browse files Browse the repository at this point in the history
use git sources instead of Ansible Galaxy
  • Loading branch information
konstruktoid authored Apr 6, 2024
2 parents 01cd2f5 + c293322 commit e43723c
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions requirements.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
---

Check failure on line 1 in requirements.yml

View workflow job for this annotation

GitHub Actions / build

schema[requirements]

{'collections': [{'name': 'ansible.posix', 'version': '1.5.4', 'src': 'https://github.com/ansible-collections/ansible.posix.git', 'scm': 'git'}, {'name': 'community.crypto', 'version': '2.18.0', 'src': 'https://github.com/ansible-collections/community.crypto.git', 'scm': 'git'}, {'name': 'community.general', 'version': '8.5.0', 'src': 'https://github.com/ansible-collections/community.general.git', 'scm': 'git'}]} is not valid under any of the given schemas

Check failure on line 1 in requirements.yml

View workflow job for this annotation

GitHub Actions / build

schema[requirements]

{'collections': [{'name': 'ansible.posix', 'version': '1.5.4', 'src': 'https://github.com/ansible-collections/ansible.posix.git', 'scm': 'git'}, {'name': 'community.crypto', 'version': '2.18.0', 'src': 'https://github.com/ansible-collections/community.crypto.git', 'scm': 'git'}, {'name': 'community.general', 'version': '8.5.0', 'src': 'https://github.com/ansible-collections/community.general.git', 'scm': 'git'}]} is not valid under any of the given schemas

Check failure on line 1 in requirements.yml

View workflow job for this annotation

GitHub Actions / build

schema[requirements]

$.collections[0] Additional properties are not allowed ('scm', 'src' were unexpected). See https://docs.ansible.com/ansible/latest/galaxy/user_guide.html#installing-roles-and-collections-from-the-same-requirements-yml-file

Check failure on line 1 in requirements.yml

View workflow job for this annotation

GitHub Actions / Molecule

schema[requirements]

$.collections[0] Additional properties are not allowed ('scm', 'src' were unexpected). See https://docs.ansible.com/ansible/latest/galaxy/user_guide.html#installing-roles-and-collections-from-the-same-requirements-yml-file
collections:
- ansible.posix
- community.crypto
- community.general
- name: ansible.posix
version: '1.5.4'
src: https://github.com/ansible-collections/ansible.posix.git
scm: git
- name: community.crypto
version: '2.18.0'
src: https://github.com/ansible-collections/community.crypto.git
scm: git
- name: community.general
version: '8.5.0'
src: https://github.com/ansible-collections/community.general.git
scm: git

0 comments on commit e43723c

Please sign in to comment.