ansible-test - Replace FreeBSD 14.2 with 14.3 (#85561)

* ansible-test - Replace FreeBSD 14.2 with 14.3

* Fix CA bundle search priority
pull/85564/head
Matt Clay 4 months ago committed by GitHub
parent 2e71e5aeb9
commit 58c9f48029
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -98,8 +98,8 @@ stages:
test: rhel/10.0
- name: FreeBSD 13.5
test: freebsd/13.5
- name: FreeBSD 14.2
test: freebsd/14.2
- name: FreeBSD 14.3
test: freebsd/14.3
groups:
- 1
- 2
@ -114,8 +114,8 @@ stages:
test: rhel/10.0
- name: FreeBSD 13.5
test: freebsd/13.5
- name: FreeBSD 14.2
test: freebsd/14.2
- name: FreeBSD 14.3
test: freebsd/14.3
groups:
- 3
- 4

@ -0,0 +1,2 @@
minor_changes:
- ansible-test - Replace FreeBSD 14.2 with 14.3.

@ -202,11 +202,11 @@
stat:
path: '{{ item }}'
loop:
- '{{ cafile_path.stdout_lines|default(["/_i_dont_exist_ca.pem"])|first }}'
- /etc/ssl/certs/ca-bundle.crt
- /etc/ssl/certs/ca-certificates.crt
- /var/lib/ca-certificates/ca-bundle.pem
- /usr/local/share/certs/ca-root-nss.crt
- '{{ cafile_path.stdout_lines|default(["/_i_dont_exist_ca.pem"])|first }}'
- /etc/ssl/cert.pem
register: ca_bundle_candidates

@ -3,7 +3,7 @@ alpine become=doas_sudo provider=aws arch=x86_64
fedora/41 python=3.13 become=sudo provider=aws arch=x86_64
fedora become=sudo provider=aws arch=x86_64
freebsd/13.5 python=3.11 python_dir=/usr/local/bin become=su_sudo provider=aws arch=x86_64
freebsd/14.2 python=3.11 python_dir=/usr/local/bin become=su_sudo provider=aws arch=x86_64
freebsd/14.3 python=3.11 python_dir=/usr/local/bin become=su_sudo provider=aws arch=x86_64
freebsd python_dir=/usr/local/bin become=su_sudo provider=aws arch=x86_64
macos/15.3 python=3.13 python_dir=/usr/local/bin become=sudo provider=parallels arch=x86_64
macos python_dir=/usr/local/bin become=sudo provider=parallels arch=x86_64

@ -190,7 +190,7 @@ bootstrap_remote_freebsd()
13.5/3.11)
# defaults available
;;
14.2/3.11)
14.3/3.11)
# defaults available
;;
*)

Loading…
Cancel
Save