Skip to content

Commit

Permalink
Merge pull request metal3-io#1396 from Nordix/temp-fix-for-conflictin…
Browse files Browse the repository at this point in the history
…g-rpm-packages

There is conflicting rpm packages add --nobest flag
  • Loading branch information
metal3-io-bot authored May 8, 2024
2 parents a3f1cbf + 8686655 commit 5652c79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 01_prepare_host.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if [[ "${OS}" = "ubuntu" ]]; then
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.10 1
fi
elif [[ "${OS}" = "centos" ]] || [[ "${OS}" = "rhel" ]]; then
sudo dnf upgrade -y
sudo dnf upgrade -y --nobest
case "${VERSION_ID}" in
8)
sudo dnf config-manager --set-enabled powertools
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
dnf:
name: "*"
state: latest
nobest: true
become: yes

- name: Install podman
Expand Down

0 comments on commit 5652c79

Please sign in to comment.