Rewrite CI provided apt sources to be http instead of https on focal
Change-Id: I970a60eced8641dda440fb447260e87ded6e982d
This commit is contained in:
parent
de16d1434b
commit
f893e82f73
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user