geerlingguy / ansible-role-security

Ansible Role - Security

Home Page:https://galaxy.ansible.com/geerlingguy/security/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: Unable to compare role versions

cyberpuffin-digital opened this issue · comments

commented

Same problem as the pip role (geerlingguy/ansible-role-pip#60)

- downloading role 'security', owned by geerlingguy
[WARNING]: - geerlingguy.security was NOT installed successfully: Unable to compare role versions (1.0.0, 1.0.1,
1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.0.6, 1.0.7, 1.0.8, 1.1.0, 1.1.1, 1.2.0, 1.3.0, 1.4.0, 1.5.0, 1.6.0, 1.7.0, 1.8.0,
1.8.1, 1.8.2, 1.8.3, 1.9.0, 2.0.0, 2.0.1, 2.1.0, 2.2.0, master) 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.

Bypassing with the same override in the dependencies file:

  - name: geerlingguy.security
    src: https://github.com/geerlingguy/ansible-role-security.git
    version: 2.2.1

Will this be every role / update until https://forum.ansible.com/t/role-import-from-github-results-in-master-release-not-the-tag-release-breaking-installs/1856 is resolved?

* edit: yup

commented

Galaxy updates resolved this issue: ansible/galaxy_ng#1946