mirror of
https://github.com/ansible/ansible.git
synced 2026-05-28 04:32:20 -04:00
ansible-test - Use OS packages on FreeBSD 13.5 (#85530)
This commit is contained in:
parent
19f9c66004
commit
cdb7af094b
2 changed files with 5 additions and 0 deletions
2
changelogs/fragments/ansible-test-freebsd-bootstrap.yml
Normal file
2
changelogs/fragments/ansible-test-freebsd-bootstrap.yml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- ansible-test - Use OS packages to satisfy controller requirements on FreeBSD 13.5 during managed instance bootstrapping.
|
||||
|
|
@ -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
|
||||
;;
|
||||
|
|
|
|||
Loading…
Reference in a new issue