From 8051ddced535d725beff16471fa87387d97e2f7f Mon Sep 17 00:00:00 2001 From: Xiaofeng Wang Date: Tue, 22 Feb 2022 12:05:17 +0800 Subject: [PATCH] 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 --- tools/provision.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/provision.sh b/tools/provision.sh index 50dbade4d..959246dcd 100755 --- a/tools/provision.sh +++ b/tools/provision.sh @@ -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