Project

Profile

Help

Issue #6113

Updated by mdepaulo@redhat.com about 4 years ago

At a glance, there are the following problems with the metadata files (each role's meta/main.yml): 
 1. They are inconsistent with eachother in terms of some fields like the name of the author, the minimum required version of ansible (they should all specify the same version), and the supported platforms (should all be the same, and represent what we test against.) 
 2.    Some refer to the license as GPLv2, others as GPLv3. 
 3.    They For one thing, they want us to use this list of license strings: 
 https://spdx.org/licenses/ 

 ansible-pulp's LICENSE would correspond to the string: 
 GPL-2.0-or-later 

 This may or may not cause issues with galaxy parsing our roles when put them in a collectoin on galaxy, but it's better to correct the metadata now.

Back