From 953577cdb7cb1fd4d7e0fd6a6cc891c2e36cc224 Mon Sep 17 00:00:00 2001 From: "softwarefactory-project-zuul[bot]" <33884098+softwarefactory-project-zuul[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 10:07:53 +0000 Subject: [PATCH] Merge pull request #646 from saito-hideki/issue/642 [AZP] Add RHEL10 environment to CI matrix SUMMARY Add RHEL10 environment to CI matrix Fixes #642 ISSUE TYPE Feature Pull Request COMPONENT NAME ansible.posix ADDITIONAL INFORMATION N/A --- .azure-pipelines/azure-pipelines.yml | 2 ++ changelogs/fragments/642_ci_add_rhel10.yml | 2 ++ tests/integration/targets/acl/tasks/acl.yml | 6 ++++++ 3 files changed, 10 insertions(+) create mode 100644 changelogs/fragments/642_ci_add_rhel10.yml diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index b1b5dfd..3e43100 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -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 diff --git a/changelogs/fragments/642_ci_add_rhel10.yml b/changelogs/fragments/642_ci_add_rhel10.yml new file mode 100644 index 0000000..759ba31 --- /dev/null +++ b/changelogs/fragments/642_ci_add_rhel10.yml @@ -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). diff --git a/tests/integration/targets/acl/tasks/acl.yml b/tests/integration/targets/acl/tasks/acl.yml index 24846d0..9e8d13f 100644 --- a/tests/integration/targets/acl/tasks/acl.yml +++ b/tests/integration/targets/acl/tasks/acl.yml @@ -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: