1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-05-19 20:06:04 +02:00

tasks/upgrade-servers: exclude bugs.archlinux.org

Its php7 package can easily break from library upgrades like ICU.
This commit is contained in:
Evangelos Foutras 2023-07-20 20:17:13 +03:00
parent 3da3213fae
commit 902704364f
No known key found for this signature in database
GPG Key ID: 51E8B148A9999C34

View File

@ -16,7 +16,7 @@
delay: 10
- name: Upgrade and reboot all hetzner servers
hosts: all,!accounts.archlinux.org,!kape_servers,!equinix_metal
hosts: all,!accounts.archlinux.org,!bugs.archlinux.org,!kape_servers,!equinix_metal
max_fail_percentage: 0
serial: 20%
gather_facts: false