Skip to content

Commit b6b627c

Browse files
authored
meta: split into v1/v2 sub-schemas (ansible#384)
- 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
1 parent 74734ad commit b6b627c

File tree

15 files changed

+406
-301
lines changed

15 files changed

+406
-301
lines changed

.config/dictionary.txt

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ netconf
6161
nocows
6262
nosetests
6363
nthash
64+
ovirt
6465
parseable
6566
pbrun
6667
pfexec

0 commit comments

Comments
 (0)