[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
3 changed files with 10 additions and 0 deletions

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: