PeterMosmans / ansible-role-virtualbox-guest

Ansible role for building and installing VirtualBox guest additions
GNU General Public License v3.0
20 stars 22 forks source link

Resolve versioning conflicts #28

Open glennb-mitre opened 3 years ago

glennb-mitre commented 3 years ago

When I attempt to install the role with:

ansible-galaxy install petermosmans.virtualbox-guest

I get the error:

[WARNING]: - petermosmans.virtualbox-guest was NOT installed successfully: Unable to compare role versions (1.1.1, 1.1.2, 1.7.1, v1.8.3, 1.2.0, 1.7.0, v1.8.2, 1.1.0, 1.3.0, 1.6.0, 1.5.2, 1.2.1, 1.8.1, 1.5.1, 1.4.0, v1.8.4, 1.8.0, 1.5.0) to determine the most recent version due to incompatible version formats. Please contact the role author to resolve versioning conflicts, or specify an explicit role version to install.

The following command installed correctly.

ansible-galaxy install petermosmans.virtualbox-guest,v1.8.4
PeterMosmans commented 3 years ago

Hi @glennb-mitre - thanks for alerting me. Unfortunately (..) two different version tags have been used for this repo - apparently standard-version wasn't configured correctly. I'll retag the versions and remove the incorrect ones. My apologies for the confusion / extra work this might cause...