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

This commit is contained in:
Zuul 2020-06-16 21:08:05 +00:00 committed by Gerrit Code Review
commit f543a71753

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: