diff --git a/scripts/bootstrap-ansible.sh b/scripts/bootstrap-ansible.sh index 43242cedb8..04b45e2936 100755 --- a/scripts/bootstrap-ansible.sh +++ b/scripts/bootstrap-ansible.sh @@ -98,7 +98,7 @@ esac case ${DISTRO_ID} in rocky|centos|rhel) dnf -y install \ - git /usr/bin/curl autoconf gcc gcc-c++ nc \ + git-core /usr/bin/curl gcc gcc-c++ nc \ systemd-devel pkgconf \ openssl-devel libffi-devel \ rsync wget diff --git a/tests/roles/bootstrap-host/vars/redhat.yml b/tests/roles/bootstrap-host/vars/redhat.yml index 4cc683fc21..8633d7f742 100644 --- a/tests/roles/bootstrap-host/vars/redhat.yml +++ b/tests/roles/bootstrap-host/vars/redhat.yml @@ -16,7 +16,7 @@ packages_install: - dbus - ethtool - - git + - git-core - iputils - lvm2 - python3