$ ansible-galaxy role install ANXS.postgresql
Starting galaxy role install process
- downloading role 'postgresql', owned by ANXS
[WARNING]: - ANXS.postgresql was NOT installed successfully: Unable to compare role versions (v1.0.0, v1.0.1, v1.0.2, v1.0.3, v1.1.0, v1.1.1, v1.1.2, v1.2.0, v1.2.1, v1.2.2, v1.3.0, v1.4.0, v1.5.0, v1.6.0, v1.6.1, v1.6.2, v1.6.3, v1.7.0, v1.7.1, v1.8.0, v1.8.1, v1.9.0, v1.9.1, v1.10.0, v1.10.1, v1.11.0, v1.11.1,
1.11.1, v1.12.0, v1.13.0, v1.14.0, v1.14.1, v1.14.2, v1.15.0, v1.16.0, v1.17.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.
ERROR! - you can use --ignore-errors to skip failed roles and finish processing the list.
The problem is probably in version
1.11.1, which is missing thev.Can you delete it from galaxy please ?
workaround is:
$ ansible-galaxy role install ANXS.postgresql,v1.17.0