ansible / mazer

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

Fix 'mazer install /path/to/ns.n.1.2.3.tar.gz' #264

Closed alikins closed 5 years ago

alikins commented 5 years ago
SUMMARY

Fix 'mazer install /path/to/ns.n.1.2.3.tar.gz'

For installing an artifact, the version comes out of the parsed manifest collection_info, and is a semantic_version.Version

version_spec_str is... a str, so str() the version when we are building a version_spec_str from an actual semantic_version.Version

ISSUE TYPE
MAZER VERSION
ADDITIONAL INFORMATION
alikins commented 5 years ago

Needs tests, but merging for now to unlogjam