ansible / galaxy-issues

This repository exists solely for the tracking of user issues with Ansible Galaxy.
20 stars 3 forks source link

Invalid platform: OpenBSD-6.2 (skipping) #296

Open trombik opened 6 years ago

trombik commented 6 years ago

the following commit brakes import:

https://github.com/reallyenglish/ansible-role-debug/commit/0b0b480fcd1947fc5a9f565b6b2587a470c5a61c#diff-9b4ddf055111f4371f04fbb8b5366655

Starting import 149319: role_name=debug repo=reallyenglish/ansible-role-debug
Accessing branch: master
Parsing and validating meta data.
Parsing galaxy_tags
Parsing platforms
Invalid platform: OpenBSD-6.2 (skipping)
Parsing and validating README
Adding repo tags as role versions
Removing old tags
Import completed
Status FAILED : warnings=0 errors=1

similar issues always will happen when a distribution releases new version, and ansible has not caught up the latest release.

it would be nice if the galaxy warns instead of bailing out.

trombik commented 6 years ago

also happens with name: FreeBSD, versions: [ 11.1 ]

Invalid platform: FreeBSD-11.1 (skipping)