test: Remove "ansible-galaxy collection install"

Since "ANSIBLE_STDOUT_CALLBACK=yaml" has been removed from all
ostree test script, "ansible-galaxy collection install" should be
removed as well
This commit is contained in:
Xiaofeng Wang 2022-02-22 12:05:17 +08:00 committed by Tom Gundersen
parent 7133dc7943
commit 8051ddced5

View file

@ -25,9 +25,6 @@ ge86=$(echo "${VERSION_ID}" | awk '{print $1 >= 8.6}') # do a numerical compari
echo -n "${ID}=${VERSION_ID} "
if [[ "${ID}" == "rhel" || "${ID}" == "centos" ]] && (( ge86 )); then
sudo dnf install -y ansible-core koji
# NOTE: do we need this?
sudo ansible-galaxy collection install community.general
fi
sudo mkdir -p /etc/osbuild-composer