[stable-2.19] ansible-test - Use OS packages on FreeBSD 13.5 (#85530) (#85531)

(cherry picked from commit cdb7af094b)
This commit is contained in:
Matt Clay
2025-07-23 22:43:22 +00:00
committed by GitHub
parent fb09e79b2f
commit 72c3a20e1a
2 changed files with 5 additions and 0 deletions
@@ -169,6 +169,9 @@ bootstrap_remote_freebsd()
# Declare platform/python version combinations which do not have supporting OS packages available.
# For these combinations ansible-test will use pip to install the requirements instead.
case "${platform_version}/${python_version}" in
13.5/3.11)
# defaults available
;;
14.2/3.11)
# defaults available
;;