Compare commits

..

No commits in common. "cdb442ea4890558b75aa3b2bd8c4165455cfc44f" and "dabaca4b70223ea309d8c8af8b9cc9bf48bf1484" have entirely different histories.

3 changed files with 0 additions and 10 deletions

View file

@ -195,8 +195,6 @@ 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

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

View file

@ -46,12 +46,6 @@
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: