You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm submitting a ...
[x] bug report
[ ] feature request
[ ] question about the decisions made in the repository
[ ] question about how to use this project
Description
The playbook execution fails on Pop!_OS 21.04 (based on Ubuntu). Even when forcing the playbook execution the software is not installed properly.
Other information (e.g. detailed explanation, stack traces, related issues, suggestions how to fix, links for us to have context, eg. StackOverflow, personal fork, etc.)
florian@pop-os:~$ ansible-galaxy install professormanhattan.androidstudio
Starting galaxy role install process
- downloading role 'androidstudio', owned by professormanhattan
- downloading role from https://github.com/ProfessorManhattan/ansible-androidstudio/archive/master.tar.gz
- extracting professormanhattan.androidstudio to /home/florian/.ansible/roles/professormanhattan.androidstudio
- professormanhattan.androidstudio (master) was installed successfully
- adding dependency: professormanhattan.snapd
- adding dependency: professormanhattan.homebrew
- adding dependency: professormanhattan.java
- downloading role 'snapd', owned by professormanhattan
- downloading role from https://github.com/ProfessorManhattan/ansible-snapd/archive/master.tar.gz
- extracting professormanhattan.snapd to /home/florian/.ansible/roles/professormanhattan.snapd
- professormanhattan.snapd (master) was installed successfully
- downloading role 'homebrew', owned by professormanhattan
[WARNING]: - professormanhattan.homebrew was NOT installed successfully: -
sorry, professormanhattan.homebrew was not found on
https://galaxy.ansible.com/api/.
ERROR! - you can use --ignore-errors to skip failed roles and finish processing the list.
When forcing playbook execution:
florian@pop-os:~$ ansible-galaxy install professormanhattan.androidstudio --ignore-errors --force
Starting galaxy role install process
- changing role professormanhattan.androidstudio from master to unspecified
- downloading role 'androidstudio', owned by professormanhattan
- downloading role from https://github.com/ProfessorManhattan/ansible-androidstudio/archive/master.tar.gz
- extracting professormanhattan.androidstudio to /home/florian/.ansible/roles/professormanhattan.androidstudio
- professormanhattan.androidstudio (master) was installed successfully
[WARNING]: - dependency professormanhattan.snapd (None) from role professormanhattan.androidstudio differs from already installed version (master), skipping
- adding dependency: professormanhattan.homebrew
- adding dependency: professormanhattan.java
- downloading role 'homebrew', owned by professormanhattan
[WARNING]: - professormanhattan.homebrew was NOT installed successfully: - sorry, professormanhattan.homebrew was not found on https://galaxy.ansible.com/api/.
- downloading role 'java', owned by professormanhattan
[WARNING]: - professormanhattan.java was NOT installed successfully: - sorry, professormanhattan.java was not found on https://galaxy.ansible.com/api/.
The text was updated successfully, but these errors were encountered:
Hey @fkromer -- sorry about this issue. It's happening because we are currently in the process of releasing over a hundred roles. Some of the roles which are dependencies of this role have not been published to Ansible Galaxy. Sorry about the inconvenience.
If you want, you can manually override it by removing the dependencies in meta/main.yml.
Follow me if you'd like to be informed when the roles get published (should be within the coming weeks).
I'm submitting a ...
[x] bug report
[ ] feature request
[ ] question about the decisions made in the repository
[ ] question about how to use this project
Description
The playbook execution fails on Pop!_OS 21.04 (based on Ubuntu). Even when forcing the playbook execution the software is not installed properly.
When forcing playbook execution:
The text was updated successfully, but these errors were encountered: