Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

Commit

Permalink
meta: split into v1/v2 sub-schemas (#384)
Browse files Browse the repository at this point in the history
- add a version field that can be wither 1 for old standalone roles
  or 2 for newer collection based roles.
- author is now free form
- galaxy_info.namespace is not allowed under v2
- galaxy_info.role_name is not allowed under v2
- galaxy_info.galaxy_tags is not allowed under v2
- we no longer allow the meta/main.yml to be empty
- galaxy_info.description is required under both v1 and v2
- galaxy_info.license is optinal under v2
- galaxy_info.min_ansible_version is not allowed under v2
- added cloud_platforms for v1
  • Loading branch information
ssbarnea authored Sep 13, 2022
1 parent 74734ad commit b6b627c
Show file tree
Hide file tree
Showing 15 changed files with 406 additions and 301 deletions.
1 change: 1 addition & 0 deletions .config/dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ netconf
nocows
nosetests
nthash
ovirt
parseable
pbrun
pfexec
Expand Down
Loading

0 comments on commit b6b627c

Please sign in to comment.