diff --git a/tools/provision.sh b/tools/provision.sh index 67c71a136..564e5aa65 100755 --- a/tools/provision.sh +++ b/tools/provision.sh @@ -20,7 +20,7 @@ elif [[ $ID == rhel || $ID == centos ]] && [[ ${VERSION_ID%.*} == 9 ]]; then sudo dnf copr enable -y copr.devel.redhat.com/osbuild-team/epel-el9 "rhel-9.dev-$ARCH" # koji is not available yet apparently # jmespath required for json_query - sudo dnf install -y ansible python3-jmespath + sudo dnf install -y ansible-core python3-jmespath # json_query filter, used in our ansible playbooks, was moved to the # 'community.general' collection