[AZP] Add RHEL10 environment to CI matrix

* Fixes #642

Signed-off-by: saito-hideki <saito@fgrep.org>
This commit is contained in:
saito-hideki 2025-06-09 17:55:46 +09:00
parent dabaca4b70
commit f977bffff2
No known key found for this signature in database
GPG key ID: C25C6EED89E01796
3 changed files with 10 additions and 0 deletions

View file

@ -195,6 +195,8 @@ stages:
parameters:
testFormat: devel/{0}/1
targets:
- name: RHEL 10.0
test: rhel/10.0
- name: RHEL 9.5
test: rhel/9.5
- name: FreeBSD 14.2

View file

@ -0,0 +1,2 @@
trivial:
- Add Red Hat Enterprise Linux 10.0 to the CI matrix (https://github.com/ansible-collections/ansible.posix/issues/642).

View file

@ -46,6 +46,12 @@
path: "{{ test_dir }}"
state: directory
mode: "0755"
- name: Install acl package
ansible.builtin.package:
name: acl
state: present
##############################################################################
- name: Grant ansible user read access to a file
ansible.posix.acl: