ansistrano / deploy

Ansible role to deploy scripting applications like PHP, Python, Ruby, etc. in a capistrano style
https://ansistrano.com
MIT License
2.37k stars 343 forks source link

ansistrano.deploy was NOT installed successfully: missing required 'current_version' from server response (https://galaxy.ansible.com/api/) #395

Closed bartvastgoed closed 1 year ago

bartvastgoed commented 1 year ago

When running:

ansible-galaxy install ansistrano.deploy -c -vvvvv

I get the following output:

No config file found; using defaults Opened /root/.ansible_galaxy Installing role ansistrano.deploy Opened /root/.ansible_galaxy Initial connection to galaxy_server: https://galaxy.ansible.com [WARNING]: - ansistrano.deploy was NOT installed successfully: missing required 'current_version' from server response (https://galaxy.ansible.com/api/)

ERROR! - you can use --ignore-errors to skip failed roles and finish processing the list.

My setup:

ansible --version : ansible 2.3.3.0

Any idea what is causing this? the error seems to suggest its out of my control.

Thanks in advance

ricardclau commented 1 year ago

Ansible 2.3 is 6,5 years old and this is between your installation and Ansible Galaxy, nothing to do with Ansistrano