From 7d6001ce67b28d7caef6b74fe84c4295af592203 Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: Jan 09 2025 15:06:45 +0000 Subject: Workaround for https://pagure.io/fedora-ci/general/issue/505 Let's try this until the rawhide image reported issue is fixed. https://bugzilla.redhat.com/show_bug.cgi?id=2333743 --- diff --git a/playbooks/rpm/rpm-install-test.yaml b/playbooks/rpm/rpm-install-test.yaml index 018d246..b862f5b 100644 --- a/playbooks/rpm/rpm-install-test.yaml +++ b/playbooks/rpm/rpm-install-test.yaml @@ -17,3 +17,8 @@ become: true command: dnf install -y python3-dnf when: zuul.branch == "rawhide" or zuul.branch == "main" + # https://pagure.io/fedora-ci/general/issue/505 + - name: Restart systemd-resolved + become: true + command: systemctl restart systemd-resolved + when: zuul.branch == "rawhide" or zuul.branch == "main"