File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 24
24
fail-fast : false
25
25
matrix :
26
26
image :
27
- - ' centos:8.2.2004'
28
- - ' centos:8.3.2011'
29
- - ' centos:8.4.2105'
30
27
- ' centos:7'
28
+ - ' rockylinux:8.5'
31
29
scenario :
32
30
- test1
33
31
- test1b
Original file line number Diff line number Diff line change 19
19
include_vars :
20
20
file : " ohpc-{{ ansible_facts.packages['ohpc-release'][0]['version'] }}"
21
21
22
- - name : Find CentOS8 PowerTools repo
22
+ - name : Find PowerTools repo
23
23
find :
24
24
paths : /etc/yum.repos.d
25
- patterns : CentOS -*PowerTools.repo
25
+ patterns : ' * -*PowerTools.repo'
26
26
register : powertools
27
27
when : ansible_distribution_major_version == "8"
28
28
29
- - name : Enable CentOS8 PowerTools repo
29
+ - name : Enable PowerTools repo
30
30
# NB: doesn't run command `dnf config-manager --set-enabled PowerTools` as can't make that idempotent
31
31
lineinfile :
32
32
path : " {{ powertools.files[0].path }}" # 8.2: /etc/yum.repos.d/CentOS-PowerTools.repo 8.3: /etc/yum.repos.d/CentOS-Linux-PowerTools.repo
You can’t perform that action at this time.
0 commit comments