mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 12:03:38 +08:00
When I switched dns to use proxy110/proxy101 for src internally in order to fix rust crate building, it broke auth on pkgs01/src. The problem is that proxy01/10 are setup with a keytab that has proxy01/proxy10 listed as principals so it can accept auth via them. However, 101/110 are not listed and thus you get a permission denied. We might look at a better way to fix this, but for now, lets just override that here. Signed-off-by: Kevin Fenzi <kevin@scrye.com>