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

Popular posts from this blog

javascript - oscilloscope of speaker input stops rendering after a few seconds -

javascript - gulp-nodemon - nodejs restart after file change - Error: listen EADDRINUSE events.js:85 -

Fatal Python error: Py_Initialize: unable to load the file system codec. ImportError: No module named 'encodings' -