Skip to content

Commit

Permalink
Merge pull request #76 from sclorg/add_ansible-core
Browse files Browse the repository at this point in the history
Add ansible-core on C10S and ansible on Fedora and C9S
  • Loading branch information
phracek authored Dec 5, 2024
2 parents 66ac095 + a8701ec commit de85fbf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plans/c10s.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ prepare:
- name: Clone repository and switch to corresponding PR
how: shell
script: |
dnf install -y git ansible
dnf install -y git ansible-core
git clone $REPO_URL /root/$REPO_NAME
cd /root/$REPO_NAME
git fetch origin +refs/pull/*:refs/remotes/origin/pr/*
Expand Down
5 changes: 4 additions & 1 deletion tmt-sclorg-testing-plan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,28 @@
package_names_all:
- git
- make
- ansible
- podman-docker
- podman
package_names_c9s:
- golang-github-cpuguy83-md2man
- s-nail
- ansible
package_names_c10s:
- golang-github-cpuguy83-md2man
- s-nail
- ansible-core
package_names_fedora:
- acl
- libseccomp-devel
- openssl
- python3-pip
- golang-github-cpuguy83-md2man
- s-nail
- ansible
package_names_gpu_fedora:
- pciutils
- hwdata
- ansible
files_to_check_fedora:
- /etc/containers/nodocker
files_to_check_c9s:
Expand Down

0 comments on commit de85fbf

Please sign in to comment.