Rewrite CI provided apt sources to be http instead of https on focal

Change-Id: I79b2c72132d7a8e8fe1e06b382ef4de03c05d8b4
This commit is contained in:
Jonathan Rosser 2020-05-31 10:56:01 +01:00
parent 9fddda5e60
commit 619be407e5
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
regexp: 'https'
replace: "http"
when:
- ansible_distribution_release in ['bionic']
- ansible_distribution_release in ['bionic', 'focal']
- name: Remove known problem distro packages
package: