Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot install collection with galaxy: Connection Reset By Peer #96

Open
MissingRoberto opened this issue Apr 27, 2024 · 2 comments
Open

Comments

@MissingRoberto
Copy link

For some reason I get this problem when trying to install the collection:

 ansible-galaxy install -r requirements.yml
Starting galaxy role install process
[WARNING]: - elliotweiser.osx-command-line-tools (2.3.0) is already installed - use --force to change version to unspecified
[WARNING]: - geerlingguy.dotfiles (1.2.1) is already installed - use --force to change version to unspecified
Starting galaxy collection install process
Process install dependency map
[WARNING]: Skipping Galaxy server https://galaxy.ansible.com/api/. Got an unexpected error when getting available versions of collection geerlingguy.mac: Unknown error when attempting to call Galaxy at 'https://galaxy.ansible.com/api/v3/collections/geerlingguy/mac/versions/?limit=100': <urlopen error [Errno 54]
Connection reset by peer>. <urlopen error [Errno 54] Connection reset by peer>
ERROR! Unknown error when attempting to call Galaxy at 'https://galaxy.ansible.com/api/v3/collections/geerlingguy/mac/versions/?limit=100': <urlopen error [Errno 54] Connection reset by peer>. <urlopen error [Errno 54] Connection reset by peer>

I have the same problem with geerlingguy/mac-dev-playbook

Requirements:

---
roles:
  - name: elliotweiser.osx-command-line-tools
  - name: geerlingguy.dotfiles

collections:
  - name: geerlingguy.mac

Any ideas?

@thiesaj
Copy link

thiesaj commented Apr 27, 2024 via email

@guruevi
Copy link
Contributor

guruevi commented Aug 11, 2024

The error means your computer cannot connect to Ansible Galaxy, either Galaxy is down or blocked by something on your network or an anti malware tool.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants