Skip to content

Commit

Permalink
Updated from OpenStack Ansible Tests
Browse files Browse the repository at this point in the history
Change-Id: I68442162529d7ff7f5f23c0520f087f014d62be1
  • Loading branch information
OpenStack Proposal Bot authored and Jonathan Rosser committed Apr 4, 2022
1 parent e93509e commit 4d942b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ source /etc/os-release || source /usr/lib/os-release

# Figure out the appropriate package install command
case ${ID,,} in
centos|rhel|fedora) pkg_mgr_cmd="dnf install -y" ;;
centos|rhel|fedora|rocky) pkg_mgr_cmd="dnf install -y" ;;
ubuntu|debian) pkg_mgr_cmd="apt-get install -y" ;;
*) echo "unsupported distribution: ${ID,,}"; exit 1 ;;
esac
Expand Down

0 comments on commit 4d942b8

Please sign in to comment.