We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82e82b6 commit 1724661Copy full SHA for 1724661
1 file changed
scripts/setup_molecule
@@ -25,12 +25,6 @@ export PROJECT_DIR="$(dirname $(dirname $(readlink -f ${BASH_SOURCE[0]})))"
25
# system ansible may be installed.
26
export ANSIBLE_SKIP_CONFLICT_CHECK=1
27
28
-# Workaround: OpenSSL >= 3.5.6 introduced strict DER validation that rejects
29
-# some real-world CA root certs (openssl/openssl#25023), breaking Ansible's
30
-# url lookup plugin. Pin to 3.5.5 until the issue is resolved upstream.
31
-# Remove this block once openssl/openssl#25023 is fixed.
32
-sudo dnf downgrade --allowerasing -y openssl-3.5.5 openssl-libs-3.5.5 2>/dev/null || true
33
-
34
PIP_INSTALL_ARGUMENTS="-U -r ${PROJECT_DIR}/test-requirements.txt"
35
case ${USE_VENV-'yes'} in
36
y|yes|true)
0 commit comments