Updated from OpenStack Ansible Tests

Change-Id: I5b1525768254ddb613b17992373ad9ebc6b528c0
This commit is contained in:
OpenStack Proposal Bot 2024-06-04 09:09:57 +00:00
parent afae289013
commit b223b8404d

View File

@ -53,7 +53,7 @@ source /etc/os-release || source /usr/lib/os-release
# Figure out the appropriate package install command # Figure out the appropriate package install command
case ${ID,,} in 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" ;; ubuntu|debian) pkg_mgr_cmd="apt-get install -y" ;;
*) echo "unsupported distribution: ${ID,,}"; exit 1 ;; *) echo "unsupported distribution: ${ID,,}"; exit 1 ;;
esac esac