Updated from OpenStack Ansible Tests
Change-Id: Ie99e04dcca980f4bcedc51ff757d094d00d56b12
This commit is contained in:
parent
df34a4f181
commit
abeb9ff285
@ -40,8 +40,7 @@ install_pkg_deps() {
|
||||
|
||||
case ${ID,,} in
|
||||
*suse*) pkg_mgr_cmd="zypper -n in" ;;
|
||||
centos|rhel) pkg_mgr_cmd="${RHT_PKG_MGR} install -y" ;;
|
||||
fedora) pkg_mgr_cmd="dnf -y install" ;;
|
||||
centos|rhel|fedora) pkg_mgr_cmd="${RHT_PKG_MGR} install -y" ;;
|
||||
ubuntu|debian) pkg_mgr_cmd="apt-get install -y" ;;
|
||||
*) echo "unsupported distribution: ${ID,,}"; exit 1 ;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user