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
Perhaps the task should not fail on Failed to update errors. Or the task "Remove automatically installed PVE Enterprise repo configuration" should be placed in front of this task.
TASK [lae.proxmox : Add Proxmox repository] *************************************************************************************************************
[WARNING]: Failed to update cache after 1 due to E:Failed to fetch https://enterprise.proxmox.com/debian/ceph-quincy/dists/bookworm/InRelease 401
Unauthorized [IP: 185.219.221.167 443], E:The repository 'https://enterprise.proxmox.com/debian/ceph-quincy bookworm InRelease' is not signed.,
W:Updating from such a repository can't be done securely, and is therefore disabled by default., W:See apt-secure(8) manpage for repository creation and
user configuration details., E:Failed to fetch https://enterprise.proxmox.com/debian/pve/dists/bookworm/InRelease 401 Unauthorized [IP:
185.219.221.167 443], E:The repository 'https://enterprise.proxmox.com/debian/pve bookworm InRelease' is not signed. retry, retrying
[WARNING]: Sleeping for 1 seconds, before attempting to update the cache again
[WARNING]: Failed to update cache after 2 due to E:Failed to fetch https://enterprise.proxmox.com/debian/ceph-quincy/dists/bookworm/InRelease 401
Unauthorized [IP: 185.219.221.167 443], E:The repository 'https://enterprise.proxmox.com/debian/ceph-quincy bookworm InRelease' is not signed.,
W:Updating from such a repository can't be done securely, and is therefore disabled by default., W:See apt-secure(8) manpage for repository creation and
user configuration details., E:Failed to fetch https://enterprise.proxmox.com/debian/pve/dists/bookworm/InRelease 401 Unauthorized [IP:
185.219.221.167 443], E:The repository 'https://enterprise.proxmox.com/debian/pve bookworm InRelease' is not signed. retry, retrying
[WARNING]: Sleeping for 2 seconds, before attempting to update the cache again
[WARNING]: Failed to update cache after 3 due to E:Failed to fetch https://enterprise.proxmox.com/debian/ceph-quincy/dists/bookworm/InRelease 401
Unauthorized [IP: 185.219.221.167 443], E:The repository 'https://enterprise.proxmox.com/debian/ceph-quincy bookworm InRelease' is not signed.,
W:Updating from such a repository can't be done securely, and is therefore disabled by default., W:See apt-secure(8) manpage for repository creation and
user configuration details., E:Failed to fetch https://enterprise.proxmox.com/debian/pve/dists/bookworm/InRelease 401 Unauthorized [IP:
185.219.221.167 443], E:The repository 'https://enterprise.proxmox.com/debian/pve bookworm InRelease' is not signed. retry, retrying
[WARNING]: Sleeping for 4 seconds, before attempting to update the cache again
[WARNING]: Failed to update cache after 4 due to E:Failed to fetch https://enterprise.proxmox.com/debian/ceph-quincy/dists/bookworm/InRelease 401
Unauthorized [IP: 185.219.221.167 443], E:The repository 'https://enterprise.proxmox.com/debian/ceph-quincy bookworm InRelease' is not signed.,
W:Updating from such a repository can't be done securely, and is therefore disabled by default., W:See apt-secure(8) manpage for repository creation and
user configuration details., E:Failed to fetch https://enterprise.proxmox.com/debian/pve/dists/bookworm/InRelease 401 Unauthorized [IP:
185.219.221.167 443], E:The repository 'https://enterprise.proxmox.com/debian/pve bookworm InRelease' is not signed. retry, retrying
[WARNING]: Sleeping for 8 seconds, before attempting to update the cache again
[WARNING]: Failed to update cache after 5 due to E:Failed to fetch https://enterprise.proxmox.com/debian/ceph-quincy/dists/bookworm/InRelease 401
Unauthorized [IP: 185.219.221.167 443], E:The repository 'https://enterprise.proxmox.com/debian/ceph-quincy bookworm InRelease' is not signed.,
W:Updating from such a repository can't be done securely, and is therefore disabled by default., W:See apt-secure(8) manpage for repository creation and
user configuration details., E:Failed to fetch https://enterprise.proxmox.com/debian/pve/dists/bookworm/InRelease 401 Unauthorized [IP:
185.219.221.167 443], E:The repository 'https://enterprise.proxmox.com/debian/pve bookworm InRelease' is not signed. retry, retrying
[WARNING]: Sleeping for 12 seconds, before attempting to update the cache again
fatal: [pve-home]: FAILED! =>
changed: false
msg: 'Failed to update apt cache after 5 retries: E:Failed to fetch https://enterprise.proxmox.com/debian/ceph-quincy/dists/bookworm/InRelease 401 Unauthorized
[IP: 185.219.221.167 443], E:The repository ''https://enterprise.proxmox.com/debian/ceph-quincy
bookworm InRelease'' is not signed., W:Updating from such a repository can''t
be done securely, and is therefore disabled by default., W:See apt-secure(8) manpage
for repository creation and user configuration details., E:Failed to fetch https://enterprise.proxmox.com/debian/pve/dists/bookworm/InRelease 401 Unauthorized
[IP: 185.219.221.167 443], E:The repository ''https://enterprise.proxmox.com/debian/pve
bookworm InRelease'' is not signed.'
The text was updated successfully, but these errors were encountered:
agross
added a commit
to agross/ansible-role-proxmox
that referenced
this issue
Feb 15, 2025
* Every removal would trigger "apt update" with the remaining (inaccessible) repos, add an extra update_cache: false.
* https://enterprise.proxmox.com/debian/ceph-quincy is configured on a fresh Proxmox 8.x install.
* Every removal would trigger "apt update" with the remaining (inaccessible) repos, add an extra update_cache: false.
* https://enterprise.proxmox.com/debian/ceph-quincy is configured on a fresh Proxmox 8.x install.
Proxmox 8.3.0, freshly installed.
Perhaps the task should not fail on
Failed to update
errors. Or the task "Remove automatically installed PVE Enterprise repo configuration" should be placed in front of this task.The text was updated successfully, but these errors were encountered: