diff options
author | Markos Chandras <mchandras@suse.de> | 2018-02-01 15:07:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-02-01 15:07:21 +0000 |
commit | 37082b6661e778b9faa9190f26df31538faa9680 (patch) | |
tree | 15cc646b7a0d2966baf01c73032ae34e0bf008b5 /xci/files | |
parent | e55aa58f2cf5ec7c2d09d1665f5c04c0d84ff7ca (diff) | |
parent | 79dee89adced2ca6bdf10225b36ff90743f1e60d (diff) |
Merge "Enable deltarpm"
Diffstat (limited to 'xci/files')
-rw-r--r-- | xci/files/install-ansible.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xci/files/install-ansible.sh b/xci/files/install-ansible.sh index 979d9904..e370d14a 100644 --- a/xci/files/install-ansible.sh +++ b/xci/files/install-ansible.sh @@ -88,8 +88,8 @@ case ${ID,,} in [venv]=python-virtualenv [wget]=wget ) - sudo yum updateinfo - EXTRA_PKG_DEPS=() + sudo $PKG_MANAGER updateinfo + EXTRA_PKG_DEPS=( deltarpm ) ;; *) echo "ERROR: Supported package manager not found. Supported: apt, dnf, yum, zypper"; exit 1;; |