ansible-test - Use OS packages on FreeBSD 13.5 (#85530)

This commit is contained in:
Matt Clay 2025-07-23 14:42:45 -07:00 committed by GitHub
parent 19f9c66004
commit cdb7af094b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- ansible-test - Use OS packages to satisfy controller requirements on FreeBSD 13.5 during managed instance bootstrapping.

View file

@ -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
;;