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

Change-Id: I970a60eced8641dda440fb447260e87ded6e982d
This commit is contained in:
Jonathan Rosser 2020-06-01 10:30:11 +01:00
parent de16d1434b
commit f893e82f73

View File

@ -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: