acl - Extracting file persmission data in Ansible -
i want build playbook check file permissions of files in directory , create report containing details using ansible.
i tried using acl module purpose can't understand return list getting stored ?
as examples acl module show:
# obtain acl specific file - acl: name=/etc/foo.conf register: acl_info
to @ results:
- debug: var=acl_info
that should started. debug task display full results of retrieved acl module.
Comments
Post a Comment