ansible / ansible-modules-core

Ansible modules - these modules ship with ansible
1.3k stars 1.95k forks source link

Yum install with Corrupt repo endless loop #5917

Closed internetrush1 closed 7 years ago

internetrush1 commented 7 years ago

Yum Repo that is improperly configured never errors out

Yum module should exit out of this loop within a specified number of seconds: Trying other mirror. ^Chttps://cdn.redhat.com/(ORG)/Dev/MasterCentOS/custom/CentOS7/extras/repodata/repomd.xml: [Errno 14] curl#56 - "Callback aborted" Trying other mirror. ^Chttps://cdn.redhat.com/(ORG)/Dev/MasterCentOS/custom/CentOS7/os/repodata/repomd.xml: [Errno 14] curl#56 - "Callback aborted" Trying other mirror. ^Chttps://cdn.redhat.com/(ORG)/Dev/MasterCentOS/custom/CentOS7/updates/repodata/repomd.xml: [Errno 14] curl#56 - "Callback aborted" Trying other mirror. ^Chttps://cdn.redhat.com/(ORG)/Dev/MasterCentOS/custom/(PRODUCT)/(PRODUCT)/repodata/repomd.xml: [Errno 14] curl#56 - "Callback aborted" Trying other mirror. ^Chttps://cdn.redhat.com/(ORG)/Dev/MasterCentOS/custom/(PRODUCT)/(PRODUCT)/repodata/repomd.xml: [Errno 14] curl#56 - "Callback aborted" Trying other mirror. ^Chttps://cdn.redhat.com/(ORG)/Dev/MasterCentOS/custom/Java-JDK-8/Java-JDK-8/repodata/repomd.xml: [Errno 14] curl#56 - "Callback aborted" Trying other mirror. ^Chttps://cdn.redhat.com/(ORG)/Dev/MasterCentOS/custom/(PRODUCT)/(PRODUCT)/repodata/repomd.xml: [Errno 14] curl#56 - "Callback aborted" Trying other mirror. ^Chttps://cdn.redhat.com/(ORG)/Dev/MasterCentOS/custom/Nginx-Stable/Nginx-Stable/repodata/repomd.xml: [Errno 14] curl#56 - "Callback aborted" Trying other mirror. ^Chttps://cdn.redhat.com/(ORG)/Dev/MasterCentOS/custom/(PRODUCT)/(PRODUCT)/repodata/repomd.xml: [Errno 14] curl#56 - "Callback aborted"

ansibot commented 7 years ago

This repository has been locked. All new issues and pull requests should be filed in https://github.com/ansible/ansible

Please read through the repomerge page in the dev guide.