ansible / mazer

Experimental Ansible Galaxy Content Manager
GNU General Public License v3.0
114 stars 18 forks source link

Validate collection metadata #147

Closed chouseknecht closed 5 years ago

chouseknecht commented 5 years ago

Adds validation for collection metadata. Collection metadata currently expects 6 values, for example:

name: foo.foo
authors:
  - chouseknecht
description: a whole bunch of foo for you
license: GPL-3.0-or-later
version: 0.0.1
keywords:
  - foo
  - bar
  - baz

Validation rules check:

Lines up galaxy.yml expectations/validation with https://github.com/ansible/galaxy/pull/1173