Skip to content

Commit

Permalink
Fix: old ansible was not compatable with selinux package, pin to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-stroud committed Jan 24, 2024
1 parent 8f60b03 commit 2707715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion community/examples/hpc-build-slurm-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ deployment_groups:
dnf install -y python38
alternatives --set python3 /usr/bin/python3.8
python3 -m pip install pip --upgrade
python3 -m pip install ansible==4.10.0
python3 -m pip install ansible==6.7.0
python3 -m pip install selinux
export PATH=/usr/local/bin:$PATH
ansible --version
Expand Down

0 comments on commit 2707715

Please sign in to comment.