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:
parent
7133dc7943
commit
8051ddced5
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue