mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-05-14 05:21:59 +00:00
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
This commit is contained in:
committed by
saito-hideki
parent
59493f92aa
commit
953577cdb7
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user