File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 6
6
- name: Clone repository and switch to corresponding PR
7
7
how: shell
8
8
script: |
9
- dnf install -y git ansible
9
+ dnf install -y git ansible-core
10
10
git clone $REPO_URL /root/$REPO_NAME
11
11
cd /root/$REPO_NAME
12
12
git fetch origin +refs/pull/*:refs/remotes/origin/pr/*
Original file line number Diff line number Diff line change 10
10
package_names_all :
11
11
- git
12
12
- make
13
- - ansible
14
13
- podman-docker
15
14
- podman
16
15
package_names_c9s :
17
16
- golang-github-cpuguy83-md2man
18
17
- s-nail
18
+ - ansible
19
19
package_names_c10s :
20
20
- golang-github-cpuguy83-md2man
21
21
- s-nail
22
+ - ansible-core
22
23
package_names_fedora :
23
24
- acl
24
25
- libseccomp-devel
25
26
- openssl
26
27
- python3-pip
27
28
- golang-github-cpuguy83-md2man
28
29
- s-nail
30
+ - ansible
29
31
package_names_gpu_fedora :
30
32
- pciutils
31
33
- hwdata
34
+ - ansible
32
35
files_to_check_fedora :
33
36
- /etc/containers/nodocker
34
37
files_to_check_c9s :
You can’t perform that action at this time.
0 commit comments