Skip to content

Commit a8701ec

Browse files
committed
Install ansible on Fedora and C9S
Install ansible-core on C10S Test the correct package on proper host system Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
1 parent 66ac095 commit a8701ec

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

plans/c10s.fmf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ prepare:
66
- name: Clone repository and switch to corresponding PR
77
how: shell
88
script: |
9-
dnf install -y git ansible
9+
dnf install -y git ansible-core
1010
git clone $REPO_URL /root/$REPO_NAME
1111
cd /root/$REPO_NAME
1212
git fetch origin +refs/pull/*:refs/remotes/origin/pr/*

tmt-sclorg-testing-plan.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,28 @@
1010
package_names_all:
1111
- git
1212
- make
13-
- ansible
1413
- podman-docker
1514
- podman
1615
package_names_c9s:
1716
- golang-github-cpuguy83-md2man
1817
- s-nail
18+
- ansible
1919
package_names_c10s:
2020
- golang-github-cpuguy83-md2man
2121
- s-nail
22+
- ansible-core
2223
package_names_fedora:
2324
- acl
2425
- libseccomp-devel
2526
- openssl
2627
- python3-pip
2728
- golang-github-cpuguy83-md2man
2829
- s-nail
30+
- ansible
2931
package_names_gpu_fedora:
3032
- pciutils
3133
- hwdata
34+
- ansible
3235
files_to_check_fedora:
3336
- /etc/containers/nodocker
3437
files_to_check_c9s:

0 commit comments

Comments
 (0)