mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 10:32:27 +08:00
pkgs / dnf automatic: exclude mod_auth_openidc-2.3.7-11.module+el8.6.0+14082+b6f23e95
This update seems to cause segfaults in https pushes. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -60,3 +60,8 @@ exclude = httpd*
|
||||
# https://pagure.io/koji/issue/3351
|
||||
exclude = git*
|
||||
{% endif %}
|
||||
{% if inventory_hostname.startswith('pkgs') %}
|
||||
# exclude mod_auth_openidc-2.3.7-11.module+el8.6.0+14082+b6f23e95
|
||||
# as it's causing segfaults in https pushes
|
||||
exclude = mod_auth_openidc-2.3.7-11.module+el8.6.0+14082+b6f23e95
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user