(cherry picked from commit aa30b4c803
)
Co-authored-by: Felix Fontein <felix@fontein.de>
pull/788/head
parent
5cb53c0573
commit
0e3d5f7036
|
@ -15,3 +15,9 @@
|
|||
ansible_pkg_mgr: community.general.zypper
|
||||
cacheable: yes
|
||||
when: ansible_os_family == 'Suse' and ansible_version.string is version('2.10', '>=')
|
||||
|
||||
- shell:
|
||||
cmd: |
|
||||
sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/*.repo
|
||||
sed -i 's%#baseurl=http://mirror.centos.org/%baseurl=https://vault.centos.org/%g' /etc/yum.repos.d/*.repo
|
||||
when: ansible_distribution in 'CentOS' and ansible_distribution_major_version == '7'
|
||||
|
|
Loading…
Reference in New Issue