Skip to content

Commit

Permalink
gpfs: Use python 3.9 in CentOS 8
Browse files Browse the repository at this point in the history
The most recent release of GPFS (5.2.1.0) requieres python 3.8+. Since
this version doesn't still work with CentOS Stream 9, we install the
highest python version available in CentOS 8.

Fixes: #123

Signed-off-by: Xavi Hernandez <[email protected]>
  • Loading branch information
xhernandez authored and anoopcs9 committed Sep 30, 2024
1 parent 33037d6 commit d2442aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/ansible/roles/sit.gpfs/tasks/server/redhat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
dnf:
name:
- unzip
- python3
- python39
- kernel-devel
- kernel-headers
- gcc
Expand Down

0 comments on commit d2442aa

Please sign in to comment.