copr: prefer IPv4 on copr-fe because of timeouting OpenID login

See https://github.com/fedora-copr/copr/issues/2418#issuecomment-1341394581
This commit is contained in:
Jakub Kadlcik 2022-12-09 04:13:34 +01:00
parent 495670585f
commit 016572ad54
2 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,5 @@
# Prefer IPv4 over IPV6
# See https://www.youtube.com/watch?v=9qIBUt-VMds
# We need this workaround because of
# https://github.com/fedora-copr/copr/issues/2418#issuecomment-1341394581
precedence ::ffff:0:0/96 100

View file

@ -224,3 +224,8 @@
vars:
api_key: "{{ copr_uptimerobot_api_key_ro | default('not-configured') }}"
tags: copr_cdn
- name: install gai.conf
copy: src=gai.conf dest=/etc
notify:
- reload httpd