mirror of
https://github.com/zebrajr/ansible.git
synced 2025-12-06 00:19:48 +01:00
ansible-test - Replace FreeBSD 14.2 with 14.3 (#85561)
* ansible-test - Replace FreeBSD 14.2 with 14.3 * Fix CA bundle search priority
This commit is contained in:
parent
2e71e5aeb9
commit
58c9f48029
|
|
@ -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
|
||||
|
|
|
|||
2
changelogs/fragments/ansible-test-freebsd-14.3.yml
Normal file
2
changelogs/fragments/ansible-test-freebsd-14.3.yml
Normal file
|
|
@ -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…
Reference in New Issue
Block a user