From f893e82f73f5df77ca8702640db6d19461e4967d Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Mon, 1 Jun 2020 10:30:11 +0100 Subject: [PATCH] Rewrite CI provided apt sources to be http instead of https on focal Change-Id: I970a60eced8641dda440fb447260e87ded6e982d --- zuul.d/playbooks/pre-gate-cleanup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zuul.d/playbooks/pre-gate-cleanup.yml b/zuul.d/playbooks/pre-gate-cleanup.yml index ffb0d5d826..9cadc2e3e3 100644 --- a/zuul.d/playbooks/pre-gate-cleanup.yml +++ b/zuul.d/playbooks/pre-gate-cleanup.yml @@ -28,7 +28,7 @@ regexp: 'https' replace: "http" when: - - ansible_distribution_release in ['bionic'] + - ansible_distribution_release in ['bionic', 'focal'] - name: Remove package blacklist for yum/dnf lineinfile: