diff options
-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;; |