I want to build a playbook to check File permissions of all the files in a directory and then create a report containing its details using Ansible.
I tried using ACL module for this purpose but I can't understand where is the return list getting stored ?
As the examples for the ACL module show:
To then look at the results:
That should get you started. The debug task will display the full results of what was retrieved by the acl module.